2002-01-18 |
Daniel Stenberg | added more text in the 'passwords' section |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | satisfy gcc -Wundef |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | #if [undefined] => #ifdef [undefined] |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | playing with more strict gcc warnings with --enable... |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | prevents gcc -Wcast-align from complaining |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | made gcc -Wcast-align happy |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | #ifndef and #define magic to prevent compiler warnings... |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | updated to 2002 status ;-) |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | cut off a big piece of comment and added a pointer... |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | commented out the 'long long' and 'long double' checks... |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | I wish I could type. Anyway, this proved it is a good... |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | added typecast for a malloc() return, and added check... |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | Added #include <errno.h> |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | Andrés García patched. It now checks for EWOULDBLOCK... |
commit | commitdiff | tree | snapshot |
2002-01-18 |
Daniel Stenberg | patched by Andrés García |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Daniel Stenberg | 7.9.3-pre3 |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Daniel Stenberg | correct ssl version, fixed ssl writes, solved time... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Daniel Stenberg | more text added |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Daniel Stenberg | added a comment about this example only works with... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Daniel Stenberg | Richard Archer made it compile and build with OpenSSL... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Daniel Stenberg | include our own sprintf() prototype to make it return... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Sterling Hughes | Get this working, still need to check for leaks and... |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Sterling Hughes | Make the keys for hostcache entries be in the format:: |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Daniel Stenberg | filled-in text in the "Building" chapter and added... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | SSL writes passed back a silly length... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | fixed time-out returned without error text set |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | Kevin Roth's SSLeay() patch, slight edited by me. Works... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | 7.9.3-pre2 |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | --cc and working non-blocking sockets uploads |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | - shrunk the BUFSIZE define from 50K to 20K |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | modified to deal with the new non-blocking versions... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | Curl_write's 5th argument now is signed |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | Curl_read() and Curl_write() are both now adjusted... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | Curl_write() now takes a different 5th argument |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | Somewhat ugly fix to deal with non-blocking sockets... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | Somewhat ugly fix to deal with non-blocking sockets... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | added support for --cc to output the compiler name... |
commit | commitdiff | tree | snapshot |
2002-01-16 |
Daniel Stenberg | added a somewhat cool single-line command that builds... |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Daniel Stenberg | initial attempt to write a tutorial-like libcurl guide |
commit | commitdiff | tree | snapshot |
2002-01-14 |
Daniel Stenberg | fixed non-blocking reads, fixed ssl sessions, in_addr_t... |
commit | commitdiff | tree | snapshot |
2002-01-14 |
Daniel Stenberg | Curl_read() now returns a negative return code if EWOUL... |
commit | commitdiff | tree | snapshot |
2002-01-14 |
Daniel Stenberg | a memory leak when name lookup failed is now removed |
commit | commitdiff | tree | snapshot |
2002-01-14 |
Daniel Stenberg | Stoned Elipot's patch for the in_addr_t test |
commit | commitdiff | tree | snapshot |
2002-01-14 |
Sterling Hughes | Remove erreaneous include, setup.h is included one... |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Daniel Stenberg | Götz Babin-Ebell updated with some new 7.9.3 features |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Daniel Stenberg | Götz Babin-Ebell provided some documantation for the... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Daniel Stenberg | added http-post.c |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Daniel Stenberg | slightly extended to mention that -v and -i are good... |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Daniel Stenberg | bad comment begone |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Daniel Stenberg | cut off argc and argv as well |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Daniel Stenberg | Cleaned up this example to make it even simpler. |
commit | commitdiff | tree | snapshot |
2002-01-09 |
Daniel Stenberg | Cris Bailiff found out that when the SSL session cache... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | David Bentham's updated QNX notification |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | added a missing failf() before returning an error code |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | this seems to correct the SSL reading problem introduce... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | I made the write callback create the file the first... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | test case 38 added a few new requirements |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | updated |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | added some tracability |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | test case 38, try a HTTP download resume without the... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | another example source added |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | 7.9.3 pre-release commit |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | non-blocking sockets, DNS caching updated, cookies... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Daniel Stenberg | added two typecasts to prevent compiler (gcc3) warnings |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Sterling Hughes | 1) the dns_cache_timeout should be an integer, not... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Sterling Hughes | Add support for DNS cache timeouts via the CURLOPT_DNS_... |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Daniel Stenberg | As identified in bug report #495290, the last "name... |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Daniel Stenberg | the bool typedef is now made unsigned, to make sure... |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Daniel Stenberg | removed silly check for >=0 of a supposedly unsigned... |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Sterling Hughes | Probably not necessary, but good practice. |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Sterling Hughes | Make cach'ing work with threads now, there are now... |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Daniel Stenberg | Modified to use non-blocking sockets all the time. |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Daniel Stenberg | VC++ makefile, HTTP 204, cookie fix, non-blocking socke... |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Daniel Stenberg | added proper breaks in the switch() |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Daniel Stenberg | Added David Bentham's notes about QNX and FD_SETSIZE |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Daniel Stenberg | HTTP response 204 should be treated similar to 304... |
commit | commitdiff | tree | snapshot |
2002-01-07 |
Daniel Stenberg | added precautions to not go insane when two matching... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
sm | Add hash and llist to VC dsp file |
commit | commitdiff | tree | snapshot |
2002-01-04 |
sm | Add hash and llist to VC makefile |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Daniel Stenberg | -l lists all tests |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Daniel Stenberg | The former -c is "-C -" these days |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Daniel Stenberg | dns cache, ftp response read, 64bit fixes, printf repla... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Daniel Stenberg | replaced printf() => Curl_sendf() |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Daniel Stenberg | removed a commented line |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Daniel Stenberg | fixed an inet_ntoa() occurance to use inet_ntoa_r(... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Daniel Stenberg | an unconditional occurance of inet_ntoa() now uses... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Daniel Stenberg | #include the local "inet_ntoa_r.h" file if no proto... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Daniel Stenberg | The buffer in ftp_pasv_verbose(), used for gethostbyadd... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Daniel Stenberg | The FTP response lines are now passed to the function... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Daniel Stenberg | multi stuff from the multi-dev branch |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Daniel Stenberg | multi interface example/test sources from the multi... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Daniel Stenberg | merged the multi-dev branch back into MAIN again |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Daniel Stenberg | Sterling Hughes' provided initial DNS cache source... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Daniel Stenberg | minor changes |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Daniel Stenberg | added required software and Guido Neitzer's Mac OS... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Daniel Stenberg | added a little percentage for "ok coverage" |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Daniel Stenberg | Changed how -I/--head works when --include is also... |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Daniel Stenberg | Philip Gladstone's fixes |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Daniel Stenberg | pass an 'int' as the third argument to bind() |
commit | commitdiff | tree | snapshot |
2002-01-02 |
Daniel Stenberg | Philip Gladstone's 64-bit sparc native compiler compati... |
commit | commitdiff | tree | snapshot |
next |