0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 16, 2025 — Mar 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2 from mgmarino/yajl_2_0_compatibility More... over 13 years ago
Updating pillow talk to work with YAJL version >= 2, with API changes. Retains backwards compatibility with YAJL 1. More... over 13 years ago
Added an RPM spec courtesy of Guy Albertelli at Kosmix More... about 16 years ago
Version Bump More... about 16 years ago
Fixed an issue in the array random access get More... about 16 years ago
Version Bump More... about 16 years ago
Fixed an issue with maps of maps setting a parent's key incorrectly. Now each context remembers what key it was on. More... about 16 years ago
Made CMakeLists.txt a little more generic in where it looks for paths to allow non standard library locations More... over 16 years ago
Updated configure script to handle dynamic prefix for installation More... over 16 years ago
Added --debug option to the configure script to change the CMake Build type to Debug More... over 16 years ago
Fixed Root Array Segfault Issue More... over 16 years ago
Added some initial examples More... over 16 years ago
changed the prefix of pillowtalk related functions from pillowtalk to pt for brevity More... over 16 years ago
Added MIT-LICENSE file More... over 16 years ago
Added a defensive coding if statement to pillowtalk_map_get to allow NULL to be passed in More... almost 17 years ago
Fixed a NULL dereference inside of pillowtalk_map_update More... almost 17 years ago
1. Refactored parser to be independent of the response object 2. Built an unparsed version of http get to skip the parsing into a pt_object_t, which if you only care about getting the raw json, can give a big performance boost. More... almost 17 years ago
1. Added ability to merge two maps together using pillowtalk_map_update 2. Added pillowtalk_clone to be able to clone a node for further modification. 3. Added some fixtures to the parse test cases More... almost 17 years ago
- Exposed the parser using the pillowtalk_from_json - Added a test_parser test case for various edge cases More... almost 17 years ago
Updated .gitignore More... almost 17 years ago
- Added map iterators - Fixed Memory leak int he test More... almost 17 years ago
- Added immutable array iterator support -- mutable iterator coming soon - Fixed some cmake dependency checking More... almost 17 years ago
Fixed a memory leak inside of pillowtalk_put More... almost 17 years ago
Modifications to the build CMakeLists to do versioning on the shared library as well as the following - Fixed a warning regarding the response code. - Added Release and Debug flags More... almost 17 years ago
Made JSON generator strings and the ability to update documents using pillowtalk_put More... almost 17 years ago
Added the bsd_queue.h for linked lists with safe iteration. Also added the beginnings of mutable json, so that json can be updated and changed for updating of couchdb documents or building of couchdb documents on the fly More... almost 17 years ago
added .gitignore file More... almost 17 years ago
Moved http operations into one method called http_operation to do most of the heavy lifting of wrapping curl More... almost 17 years ago
First Commit: Basic reads and writes to CouchDB supported. Further testing is in order More... almost 17 years ago