2001-08-20 |
Daniel Stenberg | updated version in header as we have 7.8.1 details... |
commit | commitdiff | tree | snapshot |
2001-08-20 |
Daniel Stenberg | RFC2732 parsing, curl-config patching, -G added, kerber... |
commit | commitdiff | tree | snapshot |
2001-08-20 |
Daniel Stenberg | Albert Chin's neat configure/package fixes |
commit | commitdiff | tree | snapshot |
2001-08-19 |
Daniel Stenberg | SM's fix for -G on URLs with host name only |
commit | commitdiff | tree | snapshot |
2001-08-18 |
Sterling Hughes | <couldn't resist> |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Daniel Stenberg | Curl_ prefix added to a few function calls |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Daniel Stenberg | include getinfo.h for Curl_getinfo() proto |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Daniel Stenberg | modified to use the renamed kerberos functions with... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Daniel Stenberg | Added two fields in the connectdata struct for kerberos... |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Daniel Stenberg | use the Curl_ name space |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Daniel Stenberg | removed dead/unused code |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Daniel Stenberg | Curl_ prefix |
commit | commitdiff | tree | snapshot |
2001-08-17 |
Daniel Stenberg | cleaned up rewrite |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Daniel Stenberg | Added -G |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Daniel Stenberg | updated to the latest fixes to the shell script |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Daniel Stenberg | hm, --cflags should only show the flags a 3rd party... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Daniel Stenberg | removed --include again and stuffed the libcurl's inclu... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Daniel Stenberg | Added --include to set the compiler include flag for... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Daniel Stenberg | Added -lcurl for --libs so that single option should... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | IPv6-addresses can have dots too! |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | extract IPv6-style specified IP-addresses properly |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | const fixes |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | - |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | Corrected the years in the copyright line |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | const argument |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | curl_getenv() now takes a const char * as argument |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | add include of stdio.h, so that base64.c compiles |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | CURL_GLOBAL_WIN32, config-vms.h, Borland makefile... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | Using CURLOPT_POST without using CURLOPT_POSTFIELDS... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | removed one compiler error and two "unused variable... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | SM's -G patch. There's some room for improvements still... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Sterling Hughes | more _ftp_cwd |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Sterling Hughes | ftp_cwd() abstraction |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Sterling Hughes | This can be used in another place (Curl_ftp_done :)... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | non-public functions should not use CURL * as arguments... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | modified the Curl_perform() proto |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Sterling Hughes | must merge before commit |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | removed protos that were moved to url.h and the new... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | moved the url.c prototypes to here |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | calls Curl_initinfo() in perform(). |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Sterling Hughes | begin abstraction process... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | prototypes for getinfo.c |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | Added Curl_initinfo() that's supposed to init session... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | internal functions should not use 'CURL *' as arguments... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | added getinfo.h |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Daniel Stenberg | David James made it build 7.8.1 pre 5 |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | CURL_GLOBAL_WIN32 updates |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | "added in 7.8.1" |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | geez, I'd ruined Nico's socklen_t define, corrected... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | Nico's updates |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | redirected stderr problem fixed, VC build with SSL... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | exchanged the second and third argument to fwrite(... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | #include <curl/mprintf.h> |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | curl_memdebug takes a const argument now |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | (un)signed and const cleanup |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | --enable-debug now sets the following CFLAGS: |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | minor fixes for compiler warnings |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | Curl_open() only take one argument now, |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | const and (un)signed fixes |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | const and unsigned/signed fixes |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | removed the use of the global array for the password... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | size_t and const |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | cleaned up some of the size_t and const mess |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | removed unused code, added const |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | cleaned up some picky compiler warnings and indented... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | added const char * => char * typecast |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | const-ified lots of function arguments |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | const-ified the code, removed Curl_ldap_done() |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | fixed picky compiler warnings, unused arguments, const... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | Curl_httpchunk_read now takes size_t size arguments... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | made some char * into const char * and I removed the... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | added const to the prompt char * in the proto |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | added typecast when converting const char * to char * |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | added const to the function protos |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | Curl_ftpsendf's third argument is now a const char * |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | corrected the size_t weirdness. Expect size_t to be... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | added a few consts and a few typecasts to please picky... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | size_t => ssize_t, removed the special VMS fix for... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | added typecasts when converting from unsigned int to int |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | Added an empty win32_cleanup for non-windows systems... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | removed the *done() function as it served no purpose... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | commented out empty else blocks to shut up pedantic... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | Added 'const' to the string arrays |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Daniel Stenberg | corrected dubious use of the same variable twice in... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Daniel Stenberg | curl_formparse() should no longer have any size-limit... |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Daniel Stenberg | corrected minor source indentation error |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Daniel Stenberg | moved the download/upload speed calculations, to be... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
sm | Fixed bugs for building debug and SSL lib in VC makefile |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Daniel Stenberg | Added CURLOPT_HTTPGET and CURLOPT_SSL_VERIFYHOST, added... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Daniel Stenberg | non-blocking connect please |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Daniel Stenberg | strip off user-agent before checking protocol |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Daniel Stenberg | The redirected error stream was closed before curl_easy... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Daniel Stenberg | removied $Id:$ again, this is treated as a binary file... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Daniel Stenberg | Added $Id:$ to the header |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Daniel Stenberg | Added $Id:$ string for file version in the header |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Daniel Stenberg | when a test expects an error code but gets a different... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Daniel Stenberg | Nico's notes about porting to VMS |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Daniel Stenberg | test cases, verifyhost, curl -E |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Daniel Stenberg | added unfortunate but necessary special-purpose files... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Daniel Stenberg | The file name given to -E can now contain drive letters... |
commit | commitdiff | tree | snapshot |
next |