Age | Commit message (Expand) | Author |
2004-09-18 | Fixed compilation on MacOSX/Darwin. | Daniel Mack |
2004-09-17 | Warning patch for Win32 - casted off_t to intmax_t for printing. | František Dvořák |
2004-07-23 | fix configfile def_value assertion. | Daniel Caujolle-Bert |
2004-07-20 | Add const to get_identifier return type since that's n fact what it | Rocky Bernstein |
2004-07-05 | fix proxy envvar handling | Daniel Caujolle-Bert |
2004-06-19 | new, straightforward method to honour the http_proxy envvar: evaluate it | Michael Roitzsch |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-27 | fix receiving the last bytes of a http connection | Miguel Freitas |
2004-05-16 | Fix EOS handling (http). | Thibaut Mattern |
2004-05-09 | Valid error description for gethostbyname. Obsolete function hstrerror() has ... | František Dvořák |
2004-05-04 | - Shoutcast packet handling cleanup. | Thibaut Mattern |
2004-04-15 | - generate events for "Permission denied" and "File not found" in the http an... | Bastien Nocera |
2004-04-10 | improving config help strings | Michael Roitzsch |
2004-03-31 | New config option - list of domains without proxy. | František Dvořák |
2004-02-15 | thank you, valgrind | Michael Roitzsch |
2004-01-23 | Security patch for input_http and using http status string in mmsh.c (cut&pas... | František Dvořák |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-14 | avoid segfault | Daniel Caujolle-Bert |
2003-12-13 | fix strlen | Daniel Caujolle-Bert |
2003-12-13 | Update win32 MSVC build: | František Dvořák |
2003-12-04 | more str* to strn* conversions. | Thibaut Mattern |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-26 | http_helper: | Thibaut Mattern |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-16 | fix warning | Michael Roitzsch |
2003-11-15 | demux_action_pending private | Miguel Freitas |
2003-11-15 | more helper functions cleanup (stream info, meta info) | Miguel Freitas |
2003-11-14 | fix memleak | Daniel Caujolle-Bert |
2003-11-12 | don't set proxyhost to NULL | Daniel Caujolle-Bert |
2003-11-12 | Use http_proxy envvar if it's set when proxyhost isn't. Use {l,x}printf. | Daniel Caujolle-Bert |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-11-08 | Use info helper functions. | Thibaut Mattern |
2003-09-25 | replace C++ style comments | Daniel Caujolle-Bert |
2003-09-25 | IPv6 patch from Njål T. Borch <Njaal.Borch@njaal.net> | Daniel Caujolle-Bert |
2003-08-21 | RIP Input Plugin | Miguel Freitas |
2003-06-19 | add missing host parameterm, check for demux_action_pending to avoid read err... | Guenter Bartsch |
2003-06-05 | use io_helper functions | Thibaut Mattern |
2003-05-25 | fix proxyhost/user handling, fix potential proxy related segfault (klass poin... | Guenter Bartsch |
2003-05-23 | - move http proxy configuration to xine itself | Bastien Nocera |
2003-05-22 | - we're not allowed to free pointers to an on-stack string, fixes segfault wh... | Bastien Nocera |
2003-05-21 | - removed work-around for NSV streams from Nullsoft | Bastien Nocera |
2003-05-21 | - use a winamp user agent when downloading a nsv file | Thibaut Mattern |
2003-05-20 | This fixes http support for Win32 | Tim Champagne |
2003-05-20 | This adds http and network input for Win32. I have no idea how to test this u... | Tim Champagne |
2003-05-20 | fix possible buffer overflow reported by Steve Freeland | Michael Roitzsch |
2003-04-26 | bump up input plugin interface version number | Guenter Bartsch |
2003-04-13 | - some cleanups | Miguel Freitas |
2003-04-13 | - use xine_read_abort for http, net, mms, mmsh (more to come) | Miguel Freitas |
2003-04-13 | Input plugin api change: | Thibaut Mattern |
2003-04-13 | Fix for segfault when using slightly invalid proxy URLs (e.g. http://cache:po... | Rich J Wareham |