comparison ChangeLog @ 501:1b06f6690022 trunk

[svn] - ssl support (no idea why, but hey, we can!)
author nenolod
date Sun, 21 Jan 2007 21:01:41 -0800
parents 1d81ea250dce
children d9fe80b35381
comparison
equal deleted inserted replaced
500:1d81ea250dce 501:1b06f6690022
1 2007-01-22 04:51:22 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [1086]
3 - URIs are now passed naked instead of mangled by the VFS subsystem.
4
5 trunk/src/curl/curl.c | 4 +--
6 trunk/src/stdio/stdio.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++-
7 2 files changed, 54 insertions(+), 3 deletions(-)
8
9
1 2007-01-22 04:25:59 +0000 William Pitcock <nenolod@sacredspiral.co.uk> 10 2007-01-22 04:25:59 +0000 William Pitcock <nenolod@sacredspiral.co.uk>
2 revision [1084] 11 revision [1084]
3 - labotomize the ffmpeg I/O code, making it an over-engineered VFS 12 - labotomize the ffmpeg I/O code, making it an over-engineered VFS
4 wrapper (ouch!) 13 wrapper (ouch!)
5 14