c3b448dc | 06-Sep-2001 |
Daniel Stenberg |
moved the session ID cache state variables into the UrlState struct within the SessionHandle. It was previously wrongly put in UserDefined |
86da31e0 | 06-Sep-2001 |
Daniel Stenberg |
Curl_SSL_Close_All() now checks that we have a session cache before we run around killing entries in it! |
1d7075e3 | 05-Sep-2001 |
Daniel Stenberg |
added -R description |
610ec27d | 05-Sep-2001 |
Daniel Stenberg |
first shaky and stumbling attempts at a *_duphandle() function |
70f2717c | 05-Sep-2001 |
Daniel Stenberg |
added curl-mode.el |
b31a54c4 | 05-Sep-2001 |
Daniel Stenberg |
emacs lisp setup for hacking curl code |
08238f43 | 05-Sep-2001 |
Sterling Hughes |
Fix formatting when tabs and spaces got mixed up (if tabstop was not set to 8 this looked quite funny :) Added a small formatting section for vim at the bottom, it also contains an e
Fix formatting when tabs and spaces got mixed up (if tabstop was not set to 8 this looked quite funny :) Added a small formatting section for vim at the bottom, it also contains an emacs portion (copied it from another project I'm working on), I don't know if this is correct, but its a step (the vim part is correct :)
show more ...
|
06993556 | 03-Sep-2001 |
Daniel Stenberg |
defined HAVE_UTIME and HAVE_UTIME_H |
144459d3 | 03-Sep-2001 |
Daniel Stenberg |
corrected the comment to be valid chunk format |
0fa61eff | 03-Sep-2001 |
Daniel Stenberg |
-R removes a TODO |
a0be515d | 03-Sep-2001 |
Daniel Stenberg |
-R added |
5900c0f7 | 03-Sep-2001 |
Daniel Stenberg |
utime() and utime.h adjustments for curl -R |
d10cf2ba | 03-Sep-2001 |
Daniel Stenberg |
introducing -R/--remote-time which uses the remote file's time to set the local file's time |
bae1a757 | 03-Sep-2001 |
Daniel Stenberg |
use the LIBCURL_NAME instead of the "hardcoded" string |
f5adc8e5 | 03-Sep-2001 |
Daniel Stenberg |
libtool 1.4.1 |
67df4c9e | 01-Sep-2001 |
Daniel Stenberg |
removed unused #defines |
50adfe3b | 01-Sep-2001 |
Daniel Stenberg |
Heikki Korpela noticed openbsd problems and libtool |
71794da3 | 01-Sep-2001 |
Daniel Stenberg |
as generated with libtool 1.4.0a |
6ef11f0b | 01-Sep-2001 |
Daniel Stenberg |
Heikki Korpela fixed the 'make -C' invokes. make -C is banned. |
a5705acc | 30-Aug-2001 |
Daniel Stenberg |
the big struct rename of the year |
47e7a3e6 | 30-Aug-2001 |
Daniel Stenberg |
a few more struct fixes |
0ece1b5c | 30-Aug-2001 |
Daniel Stenberg |
Major rename and redesign of the internal "backbone" structs. Details will be posted in a minute to the libcurl list. |
315954c1 | 29-Aug-2001 |
Daniel Stenberg |
updated a bit |
27ce46a8 | 29-Aug-2001 |
Daniel Stenberg |
removed cookies and SSL sessions |
ea3cc814 | 29-Aug-2001 |
Daniel Stenberg |
new ftp upload example, brand new cookie functionality and more |