2002-03-11 |
Daniel Stenberg | corrected the use of the progress function |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Daniel Stenberg | minor edit |
commit | commitdiff | tree | snapshot |
2002-03-11 |
Daniel Stenberg | 3.13 Why does my single/double quotes fail? |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Daniel Stenberg | completed the progress-bar fix |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Daniel Stenberg | detect fclose(NULL) |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Daniel Stenberg | better treatment of the config->errors, only fclose... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Daniel Stenberg | Jean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSW... |
commit | commitdiff | tree | snapshot |
2002-03-08 |
Daniel Stenberg | closes bug report #527032, --progress-bar works again... |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Daniel Stenberg | 7.9.5 commit |
commit | commitdiff | tree | snapshot |
2002-03-07 |
Daniel Stenberg | added the "known bugs" file |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Daniel Stenberg | new VMS messages from Nico Baggus |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Daniel Stenberg | Kevin Roth nicely saved us from this backslash-removing... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Daniel Stenberg | Brad corrected the include path (again) |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Daniel Stenberg | corrected the newlines |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Daniel Stenberg | two items since pre6 |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Daniel Stenberg | when removed, an easy handle can be curl_easy_perform... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Daniel Stenberg | Paul Nolan built it on pocket pc |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Daniel Stenberg | Ralph Mitchell's minor #include patch to prevent some... |
commit | commitdiff | tree | snapshot |
2002-03-06 |
Daniel Stenberg | we don't skip what looks like already escaped strings... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Daniel Stenberg | read POST data using the read callback |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Daniel Stenberg | corrected the progress callback prototype!!! |
commit | commitdiff | tree | snapshot |
2002-03-05 |
Daniel Stenberg | added text to the progress chapter |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | explicitly mention easy handle |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | mention 'easy handle' and not just handle, there will... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | cut off 2001 and put those changes in a separate file |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | added docs/libcurl/ |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | moved lots to the new subdir 'libcurl' |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | remove this directory, this is history |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | multi interface using examples |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | no longer include the multi dir, the examples should... |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | moved to the new libcurl/ directory |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | ripped out from ../ and put in its own directory now |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | Added packages/EPM |
commit | commitdiff | tree | snapshot |
2002-03-04 |
Daniel Stenberg | Added EPM stuff, thanks to Giuseppe Corbelli |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Daniel Stenberg | bug report #524427 pointed out a mistake in the example... |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Daniel Stenberg | initial and still basic curl multi interface documentation |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Daniel Stenberg | removed incorrect and unnecessary words |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Daniel Stenberg | several little things since pre4 |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Daniel Stenberg | memanalyze is now moved to the tests/ dir |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Daniel Stenberg | include memanalyze.pl in the dist archive |
commit | commitdiff | tree | snapshot |
2002-03-01 |
Daniel Stenberg | moved memanalyze.pl into the tests dir |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Daniel Stenberg | Nico Baggus added more error codes to the VMS stuff. |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Daniel Stenberg | Wesley Laxton's CURLOPT_PREQUOTE work |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Daniel Stenberg | Ralph Mitchell's SSL problems made me notice that we... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Daniel Stenberg | more fancy alloc, we store the size in each allocated... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Daniel Stenberg | set CURL_MEMDEBUG to enable memory debugging in case... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Daniel Stenberg | added -t for trace, helps searching for leaks and similar |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Daniel Stenberg | memory debugging is now only enabled if the CURL_MEMDEB... |
commit | commitdiff | tree | snapshot |
2002-02-28 |
Daniel Stenberg | always allocates at least 64 bytes for real, and damage... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Daniel Stenberg | made building outside the source tree work again, Kevin... |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Daniel Stenberg | minor edit |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Daniel Stenberg | oops, we weren't doing HTTPS - now we are |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Daniel Stenberg | test 304, HTTPS multipart formpost |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Daniel Stenberg | use the correct time in the cookie jar |
commit | commitdiff | tree | snapshot |
2002-02-27 |
Daniel Stenberg | made Max-Age work as defined in the RFC. |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Daniel Stenberg | modified cookie expire date |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Daniel Stenberg | new field1 functionality testing too |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Daniel Stenberg | When saving a cookie jar, set field 1 (counted from... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Daniel Stenberg | test 31: "HTTP with weirdly formatted cookies and cooki... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Daniel Stenberg | removed crash on weird input, this also better discards... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
Daniel Stenberg | 7.9.5-pre4 commit |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | more custom stuff, much about dealing with cookies |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | a never ending stream of things to do... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | use env to run perl |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | automake usage and options cleanup |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | happy new year |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | We got this web server's embryo from Georg Horn, muchos... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | the test suite http server is now automake'd |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | use the pid file, use the automake subdir |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | automake this dir too |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | use the former logfile name again since the ftp server... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | we actually ran all tests just now, feb 25th, 2002... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | reply/postcmd support for "wait" |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | portability, step one, use a config.h.in file |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | generate a config file for the test suite http server too |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | create the pidfile and store the pid on invoke |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | oops, #if not #ifdef |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | support HUGE requests too |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | make sure -d is treated as a POST request and thus... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | modified the command to fail properly! ;-) |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | cygnus can't include winsock.h even though it has it... |
commit | commitdiff | tree | snapshot |
2002-02-25 |
Daniel Stenberg | "Yet Another Geek" made %{content_type} work in the... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Daniel Stenberg | better time selection for the connect timeout |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Daniel Stenberg | 16 tests OK |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Daniel Stenberg | cut off big parts of the banner |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Daniel Stenberg | make sure the custom config-*.h files are in the dist... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Daniel Stenberg | adjusted to work on test case 11 better |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Daniel Stenberg | use -W too |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Daniel Stenberg | fixed to work with 'nonewline' and thus this passes... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Daniel Stenberg | support for using protocol without a trailing newline |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Daniel Stenberg | hide debug output from screen, use log/ for logfiles |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Daniel Stenberg | lib/config.h.in added to dist |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Daniel Stenberg | VMS adjustments |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Daniel Stenberg | new from Nico! |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Daniel Stenberg | four more bugfixes, one VMS adjustment |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Daniel Stenberg | Nico Baggus' VMS tweaks |
commit | commitdiff | tree | snapshot |
2002-02-20 |
Daniel Stenberg | Andrés García solved bug report #515228 by making sure... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Daniel Stenberg | corrected reference to multi-using examples |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Daniel Stenberg | include winsock.h on window boxen to work smoother... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
Daniel Stenberg | moved the config.h to lib/config.h |
commit | commitdiff | tree | snapshot |
next |