summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* fixes for next version, see changelog...Kjetil Jacobsen2007-03-041-0/+1
* Restore not-so-dead code. This is actually needed to trigger ImportErrorMarkus F.X.J. Oberhumer2005-07-283-0/+3
* -removed dead codeKjetil Jacobsen2005-07-203-3/+0
* - no longer need to check for python 2.2 or betterKjetil Jacobsen2005-03-151-2/+0
* - call Cmd __init__ in subclassKjetil Jacobsen2005-03-151-8/+9
* - print usage stringKjetil Jacobsen2005-03-151-0/+3
* - remove bogus debug printKjetil Jacobsen2005-03-151-1/+0
* - call select with a timeoutKjetil Jacobsen2005-03-111-1/+2
* The INFILESIZE, MAXFILESIZE, POSTFIELDSIZE and RESUME_FROMMarkus F.X.J. Oberhumer2005-02-131-3/+2
* Cleaned up examples.Markus F.X.J. Oberhumer2005-02-133-54/+66
* Curl objects now setup a default CURLOPT_USERAGENT.Markus F.X.J. Oberhumer2005-02-114-5/+1
* simplified the code a tadKjetil Jacobsen2005-02-101-25/+20
* - added a second version which uses the builtin file class and itsKjetil Jacobsen2005-02-101-13/+25
* - added example on how to upload a file sinceKjetil Jacobsen2005-02-101-0/+47
* Fix comment.Markus F.X.J. Oberhumer2005-01-081-2/+2
* Updated some comments.Markus F.X.J. Oberhumer2004-12-261-1/+6
* "libcurl-the-guide" has been renamed to "libcurl tutorial".Markus F.X.J. Oberhumer2004-12-263-6/+6
* - removed, requires stuff which is no longer maintained, consider addingKjetil Jacobsen2004-07-011-265/+0
* - remove trailing paren ")" for some print statements, since this causedKjetil Jacobsen2003-07-011-4/+4
* Linksys programmer can now do DHCP and log configuration.Eric S. Raymond2003-05-291-35/+112
* Detabified. Removed trailing whitespace.Markus F.X.J. Oberhumer2003-05-152-10/+10
* Upgrade to use new answered() correctly.Eric S. Raymond2003-05-111-4/+3
* New curl.Curl class passes its unit tests.Eric S. Raymond2003-05-112-13/+13
* Use the new name of the library module.Eric S. Raymond2003-05-111-2/+2
* Now that there is a library module named curl, this file is unhelpfully named.Eric S. Raymond2003-05-111-14/+0
* Implement a class name change.Eric S. Raymond2003-05-081-2/+2
* Refactor the exampples so that most of the logic goes in the newEric S. Raymond2003-05-082-92/+2
* Now uses high-level interface.Eric S. Raymond2003-05-071-0/+487
* Dump test message to stderr so the output can actually be used.Eric S. Raymond2003-05-071-1/+1
* CGIClient class moves from the sfquery example to the newEric S. Raymond2003-05-071-61/+4
* Added a comment.Markus F.X.J. Oberhumer2003-05-011-0/+7
* Make it work under any Python version.Markus F.X.J. Oberhumer2003-05-011-12/+17
* - store documents with filename prefix 'doc_' instead of 'data_'Kjetil Jacobsen2003-03-232-2/+2
* - set timeout on connect and transfer to avoid hanging too long ifKjetil Jacobsen2003-03-101-0/+3
* Updated.Markus F.X.J. Oberhumer2003-02-021-16/+9
* set default download time to 300 secsREL_7_10_3_2_PRE1Kjetil Jacobsen2003-01-271-0/+1
* set maximum download time to be 300 secsKjetil Jacobsen2003-01-271-0/+1
* Somewhat rewritten.Markus F.X.J. Oberhumer2003-01-251-48/+69
* set fileno to 1 for same semantics as the threaded versionKjetil Jacobsen2003-01-241-1/+1
* at least it works now... need to fix that refcount bug for curl-objects havingKjetil Jacobsen2003-01-231-7/+8
* added select to avoid buzy looping all the time nothing happensKjetil Jacobsen2003-01-231-2/+3
* added handling of errors for info_read method on multi objectsKjetil Jacobsen2003-01-221-3/+8
* Remove trailing whitespace.Markus F.X.J. Oberhumer2003-01-211-1/+1
* simplified some of the codeKjetil Jacobsen2003-01-211-11/+5
* Do not use "import as".Markus F.X.J. Oberhumer2003-01-161-4/+4
* revert the previous commit due to bogusness :)Kjetil Jacobsen2003-01-155-4/+11
* remove bogus importKjetil Jacobsen2003-01-155-5/+0
* added comments, set nosignal and cleaned up some of the codeKjetil Jacobsen2003-01-141-2/+16
* Added source encoding charset for Python 2.3.Markus F.X.J. Oberhumer2003-01-136-3/+10
* Cleaned up.Markus F.X.J. Oberhumer2003-01-131-14/+18