Age | Commit message (Expand) | Author |
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 |
2010-08-07 | Block created curlbuild.h for NetWare to avoid usage from other platforms. | Guenter Knauf |
2010-08-06 | multi_socket: set timeout for 100-continue | Daniel Stenberg |
2010-08-06 | Some more Watcom makefile massage ... | Guenter Knauf |
2010-08-05 | build: fix libssh2_scp_send64() availability | Yang Tse |
2010-08-04 | build: remove unneeded cast to (void *) | Yang Tse |
2010-08-04 | SCP: send large files properly with new enough libssh2 | Daniel Stenberg |
2010-08-03 | build: add missing new files to non-configure target build files | Yang Tse |
2010-08-03 | md4: replace bcopy usage with memcpy | Yang Tse |
2010-08-02 | Curl_connected_proxy: skip the bits.tcpconnect check | Daniel Stenberg |
2010-08-02 | build: add typecast to avoid warning | Daniel Stenberg |
2010-08-02 | Removed ugly dependency lists since wmake knows the .autodepend directive. | Guenter Knauf |
2010-08-02 | Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8. | Guenter Knauf |
2010-08-02 | Moved the LDAP API defines from Makefile.Watcom to config-win32.h. | Guenter Knauf |
2010-08-01 | multi: fix FTPS connecting the data connection with OpenSSL | Daniel Stenberg |
2010-08-01 | Fixed curlbuild.h rule. | Guenter Knauf |
2010-08-01 | Added rule to create curlbuild.h if not present (for builds from git). | Guenter Knauf |
2010-07-31 | Fixed curl.exe static linking. | Guenter Knauf |
2010-07-30 | warning: silence a win64 compiler warning | Daniel Stenberg |
2010-07-30 | smtp_connect: always provide host name buffer | Daniel Stenberg |
2010-07-30 | NTLM tests: boost coverage by forcing the hostname | Kamil Dudka |
2010-07-29 | Added a comment with an alternate idea to avoid the backslash line continatio... | Guenter Knauf |
2010-07-29 | Changed comparison to match size_t var type. | Guenter Knauf |
2010-07-29 | Removed unused vars to avoid compiler warnings. | Guenter Knauf |
2010-07-29 | Make Watcom makefiles use Makefile.inc to reduce future maintainance. | Guenter Knauf |
2010-07-29 | Watcom makefiles overhaul. | Guenter Knauf |
2010-07-28 | some cosmetic changes. | Guenter Knauf |