2002-05-03 |
Daniel Stenberg | CURL_MAX_WRITE_SIZE is a new exported define that infor... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Daniel Stenberg | fixed return code |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Daniel Stenberg | another week of changes |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Daniel Stenberg | - Added "--trace [file]" to the command line tool.... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Daniel Stenberg | made the DEBUGFUNCTION get called properly on a few... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Daniel Stenberg | make sure our own printf() clones are used |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Daniel Stenberg | -D now stores all headers to the same file if multiple... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Daniel Stenberg | clarified that you must keep the variables that you... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Daniel Stenberg | spell |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Daniel Stenberg | use and set the fd_set pointers instead of the actual... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Daniel Stenberg | added two pointers to the fd_set variables to read... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Daniel Stenberg | return CURLM_CALL_MULTI_PERFORM in one more case, and... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Daniel Stenberg | make sure the dns cache pointers in the easy handles... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Daniel Stenberg | Hanno Kranzhoff noticed we didn't properly reset the... |
commit | commitdiff | tree | snapshot |
2002-05-01 |
Daniel Stenberg | Jacky Lam's fix to make the realloc() of the hostent... |
commit | commitdiff | tree | snapshot |
2002-04-30 |
Daniel Stenberg | how to set more than one cookie |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | implemented curl_multi_info_read() which I had forgotte... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | updated some docs |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | clarified |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | one added, one edited |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | shorter introduction |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | updated |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | Added BINDINGS, lists all available libcurl bindings... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | fixes on rainy saturday in the end of April, 2002 |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | Fixed the FTP response reader to deal with timeouts... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | (Curl_GetFTPResponse) moved some code to only get perfo... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | Now uses Curl_ as prefix for internal global symbols... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Daniel Stenberg | DNC cache prune crash removed, made the name spacing... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Daniel Stenberg | openbsd on Alpha was no problemos |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Daniel Stenberg | test suite portability fix |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Daniel Stenberg | handles much larger POSTs, replaced snprintf() with... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Daniel Stenberg | another week of changes |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Daniel Stenberg | adjusted to the new Curl_resolv() proto |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Daniel Stenberg | prevent persistant connections to do name resolves |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Daniel Stenberg | In order to not get problems with DNS cache pruning... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Daniel Stenberg | the TOTAL_TIME is not really total, as it excludes... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Daniel Stenberg | use the hostname pointer instead of using IPv4-only... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Daniel Stenberg | clarified a bit with the timecondition stuff |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Daniel Stenberg | no, this doesn't look like it bugs |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Daniel Stenberg | NetBSD alpha works, also tried a newer FreeBSD on alpha |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Daniel Stenberg | removed warning about signed/unsigned comparison |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Daniel Stenberg | the 80 column police narrowed this source code! B-] |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Daniel Stenberg | fixes bug report #547484, no_proxy doesn't properly... |
commit | commitdiff | tree | snapshot |
2002-04-23 |
Daniel Stenberg | use new timecond defines |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Daniel Stenberg | allow binding the local end of a connection even when... |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Daniel Stenberg | use double where it is supposed to |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Daniel Stenberg | use sclose() to close sockets |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Daniel Stenberg | renamed the TIMECOND defines to be CURL_ prefixed |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Daniel Stenberg | The timecond stuff now have CURL_ prefixes |
commit | commitdiff | tree | snapshot |
2002-04-22 |
Daniel Stenberg | Jacky Lam's adjust resolve-buffer size patch applied... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Daniel Stenberg | pack_hostent does not handle 64 bit pointers correctly. |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Sterling Hughes | Prune old hostcache entries with each call... |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Daniel Stenberg | Dirk Manske's two new infos |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Daniel Stenberg | Dirk Manske's fix for HTTP response code 301, that... |
commit | commitdiff | tree | snapshot |
2002-04-16 |
Daniel Stenberg | Dirk Manske brought the patch that introduces two new... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Daniel Stenberg | Jonatan Lander fixed the "Disables POST, goes with... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Daniel Stenberg | This makes formposting with a specified file missing... |
commit | commitdiff | tree | snapshot |
2002-04-15 |
Daniel Stenberg | 7.9.6 commit |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Daniel Stenberg | Dirk Manske made libcurl strip off white spaces from... |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Daniel Stenberg | check for _MSC_VER as well as __STDC__ when deciding... |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Daniel Stenberg | removed unused variable |
commit | commitdiff | tree | snapshot |
2002-04-13 |
Sterling Hughes | Add protos and change return value of curl_hash_count.... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Sterling Hughes | Speed up the hash code considerably, removing a bunch... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Daniel Stenberg | cut off an old section |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Daniel Stenberg | http_proxy must be lower case |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Daniel Stenberg | 7.9.6-pre5 |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Daniel Stenberg | explain all mailing lists better |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Daniel Stenberg | added libcurl-errors |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Daniel Stenberg | store TIMER_CONNECT even if the connect failed |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Daniel Stenberg | corrected the verbose output for connects and fixed... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Daniel Stenberg | the HTTP request is a CURLINFO_HEADER_OUT |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Daniel Stenberg | Jean-Philippe Barrette-LaPierre's patch applied |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Daniel Stenberg | Jean-Philippe Barrette-LaPierre provided his patch... |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Daniel Stenberg | error codes *ARE* documented now |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Daniel Stenberg | added RISCOS makefile |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Daniel Stenberg | brougth by Michael Curtis |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Daniel Stenberg | more more more |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Daniel Stenberg | corrected to new return codes |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Daniel Stenberg | added info in to failf() lines and added a infof()... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Daniel Stenberg | default proxy port set, as reported by Sebastien Willemijns |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Daniel Stenberg | updated error code |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Daniel Stenberg | error code cleanup, use the new SEND/RECV errors |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Daniel Stenberg | error codes documented |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Daniel Stenberg | two new error codes to separate READ into READ/RECV... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Daniel Stenberg | clarified how to write URLs in -K config files |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Daniel Stenberg | set the HOME variable to the current dir, to prevent... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Daniel Stenberg | spell checked and removed talk about very old version... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Daniel Stenberg | 7.9.6-pre4 commit |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Daniel Stenberg | removed compiler warnings, made it conditional on USE_E... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Daniel Stenberg | Added the --environment support by Michael Curtis |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Daniel Stenberg | Added $Id:$ keyword |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Daniel Stenberg | Michael Curtis adjusted this for RISC OS |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Daniel Stenberg | Added writeenv.c and writeenv.h for RISCOS usage (and... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Daniel Stenberg | added config-riscos.h |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Daniel Stenberg | Michael Curtis' updates |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Daniel Stenberg | Jacky Lam deserves a mention here |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Daniel Stenberg | based on Jacky Lam's "HTTP 1.0 304-only" fix, this... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Daniel Stenberg | if HOME isn't set or too long, we attempt to lost the... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Daniel Stenberg | mention the web site mirror now |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Daniel Stenberg | enough with stupidity, this is a test case that should... |
commit | commitdiff | tree | snapshot |
next |