Age | Commit message (Expand) | Author |
2010-09-06 | rtsp: avoid SIGSEGV on malformed header | Kamil Dudka |
2010-09-06 | rtsp: avoid SIGSEGV on malformed header | Kamil Dudka |
2010-09-06 | warning: fix conversion to 'int' from 'size_t' | Daniel Stenberg |
2010-09-06 | portabilty: use proper variable type to hold sockets | Daniel Stenberg |
2010-09-03 | Trial to fix another compiler warning with braces. | Guenter Knauf |
2010-09-02 | Moved S_ISREG define to setup as suggested by Dan. | Guenter Knauf |
2010-09-02 | Use own typedef as workaround for broken sspi.h header (f.e. Watcom). | Guenter Knauf |
2010-09-02 | Added S_ISREG define for Win32. | Guenter Knauf |
2010-09-01 | multi: fixes for timing out handles | Daniel Stenberg |
2010-09-01 | threaded resolver: no more expire 0 calls | Daniel Stenberg |
2010-09-01 | resolve_server: simplify code | Daniel Stenberg |
2010-08-31 | multi: make sure the next timeout is used when one expires | Daniel Stenberg |
2010-08-29 | multi: set timeouts when transfer begins | Daniel Stenberg |
2010-08-25 | Makefile: add gopher.c file to build | Daniel Stenberg |
2010-08-25 | gopher: enable the header callback/verbosity | Daniel Stenberg |
2010-08-25 | gopher: fix memory leak and busyloop | Daniel Stenberg |
2010-08-25 | Gopher using Curl_write; test suite (4 tests) | Cameron Kaiser |
2010-08-25 | Remove url.c test | Cameron Kaiser |
2010-08-25 | Forgot gopher.h in Makefile.inc | Cameron Kaiser |
2010-08-25 | Gopher protocol support (initial release) | Cameron Kaiser |
2010-08-25 | http: handle trailer headers in all chunked responses | Daniel Stenberg |
2010-08-24 | multi: Fix compile warning on 64-bit systems | Ben Greear |
2010-08-21 | Curl_is_connected: use correct errno | Dirk Manske |
2010-08-20 | Added mk-ca-bundle.vbs script. | Guenter Knauf |
2010-08-18 | Fixed a memory leak during OOM in the multi timeout code | Dan Fandrich |
2010-08-18 | multi: avoid sending multiple complete messages | Daniel Stenberg |
2010-08-18 | It is sufficient to pipe stderr to NUL to get rid of the nasty messages. | Guenter Knauf |
2010-08-18 | Added SSPI build to Watcom makefile. | Guenter Knauf |
2010-08-16 | progress: callback for POSTs less than MAX_INITIAL_POST_SIZE | Julien Chaffraix |
2010-08-16 | negotiation: Wrong proxy authorization | Daniel Stenberg |
2010-08-15 | Syncroniszed vclean target; fixed some comments. | Guenter Knauf |
2010-08-15 | multi: use timeouts properly for MAX_RECV/SEND_SPEED | Daniel Stenberg |
2010-08-15 | multi: support timeouts | Daniel Stenberg |
2010-08-15 | Curl_llist_insert_next: allow insertion first in the list | Daniel Stenberg |
2010-08-15 | multi: make curl_multi_info_read perform O(1) | Daniel Stenberg |
2010-08-11 | Added OpenSSL builds to Watcom makefiles. | Guenter Knauf |
2010-08-11 | warning: silence the compiler | Daniel Stenberg |
2010-08-10 | callbacks: acknowledge progress callback error returns | Daniel Stenberg |
2010-08-10 | More Watcom makefile fixes ... | Guenter Knauf |
2010-08-10 | Fixed my wrong edit. | Guenter Knauf |
2010-08-10 | More Watcom makefile fixes. | Guenter Knauf |
2010-08-10 | Changed test for -u switch in order to enable other wmake switches. | Guenter Knauf |
2010-08-10 | llist: hide Curl_llist_init | Daniel Stenberg |
2010-08-10 | Updated lib dependency versions. | Guenter Knauf |
2010-08-10 | parse_remote_port: fix ;type= URL suffix over HTTP proxy | Daniel Stenberg |
2010-08-10 | indent: white space fixes only | Daniel Stenberg |
2010-08-08 | typo: remove duplicate semicolon | Daniel Stenberg |
2010-08-08 | multi: avoid a malloc() when a transfer is complete | Daniel Stenberg |
2010-08-07 | Fix to overwrite libcurl name. | Guenter Knauf |
2010-08-07 | build: allow NTLM tests to run on more build configurations | U-D5B1PQ1J\Administrador |