summaryrefslogtreecommitdiff
path: root/src/testsimplexml.c
Commit message (Collapse)AuthorAgeFilesLines
* * Undid my last change. Now I realize why you should only ever use spacesBryan Ischo2008-12-301-38/+38
| | | | | | | in code indentations (because it's impossible to get everything to line up if tabs of arbitrary width are used), and so I'm reverting back to spaces for everything.
* * tabify source, to fix the broken .emacs configuration I have been usingBryan Ischo2008-12-301-38/+38
| | | | | since forever (finally realized it was broken and fixed it today!)
* * Added -Wextra and -Wshadow compiler options, to enforce extra warnings, andBryan Ischo2008-10-081-0/+2
| | | | | | | | | | | | | | | fixed the code necessary to comply with these flags * Fixed a bug introduced in the 1.0 release, that caused last modified time not to be reported to callbacks * Changed the semantics of the put data callback, to only make the callback enough times to get enough data to satisfy the content length * Fixed the error status when curl doesn't get a valid HTTP response from S3 to be S3StatusConnectionFailed instead of S3StatusHttpErrorUnknown * Fixed a bug where S3_runall_request_context would stop even though a callback had added another request * libs3.h doesn't need sys/time.h anymore, it just needs sys/select.h * Some minor documentation enhancements
* * Added Debian package build targetBryan Ischo2008-08-061-0/+4
| | | | | * Updated copyrights to give openssl exception
* * Added TODO and COPYINGBryan Ischo2008-07-291-14/+12
| | | | | * Updated copyrights to GPLv3
* * Minor updates, and complete documentation for libs3.h in progressBryan Ischo2008-07-221-7/+2
|
* * Work in progress: put object now worksBryan Ischo2008-07-121-1/+1
|
* * More work in progress. Better S3 error support, still needs some cleanup ↵Bryan Ischo2008-07-061-0/+3
| | | | work.
* * Work in progress. Completed simplexml API.Bryan Ischo2008-07-051-0/+85