openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
pillowtalk
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Mar 16, 2025 — Mar 16, 2026
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #2 from mgmarino/yajl_2_0_compatibility
Curtis Spencer
More...
over 13 years ago
Updating pillow talk to work with YAJL version >= 2, with API changes. Retains backwards compatibility with YAJL 1.
Michael Marino
More...
over 13 years ago
Added an RPM spec courtesy of Guy Albertelli at Kosmix
Curtis Spencer
More...
about 16 years ago
Version Bump
Curtis Spencer
More...
about 16 years ago
Fixed an issue in the array random access get
Curtis Spencer
More...
about 16 years ago
Version Bump
Curtis Spencer
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.
Curtis Spencer
More...
about 16 years ago
Made CMakeLists.txt a little more generic in where it looks for paths to allow non standard library locations
Curtis Spencer
More...
over 16 years ago
Updated configure script to handle dynamic prefix for installation
Curtis Spencer
More...
over 16 years ago
Added --debug option to the configure script to change the CMake Build type to Debug
Curtis Spencer
More...
over 16 years ago
Fixed Root Array Segfault Issue
Curtis Spencer
More...
over 16 years ago
Added some initial examples
Curtis Spencer
More...
over 16 years ago
changed the prefix of pillowtalk related functions from pillowtalk to pt for brevity
Curtis Spencer
More...
over 16 years ago
Added MIT-LICENSE file
Curtis Spencer
More...
over 16 years ago
Added a defensive coding if statement to pillowtalk_map_get to allow NULL to be passed in
Curtis Spencer
More...
almost 17 years ago
Fixed a NULL dereference inside of pillowtalk_map_update
Curtis Spencer
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.
Curtis Spencer
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
Curtis Spencer
More...
almost 17 years ago
- Exposed the parser using the pillowtalk_from_json - Added a test_parser test case for various edge cases
Curtis Spencer
More...
almost 17 years ago
Updated .gitignore
Curtis Spencer
More...
almost 17 years ago
- Added map iterators - Fixed Memory leak int he test
Curtis Spencer
More...
almost 17 years ago
- Added immutable array iterator support -- mutable iterator coming soon - Fixed some cmake dependency checking
Curtis Spencer
More...
almost 17 years ago
Fixed a memory leak inside of pillowtalk_put
Curtis Spencer
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
Curtis Spencer
More...
almost 17 years ago
Made JSON generator strings and the ability to update documents using pillowtalk_put
Curtis Spencer
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
Curtis Spencer
More...
almost 17 years ago
added .gitignore file
Curtis
More...
almost 17 years ago
Moved http operations into one method called http_operation to do most of the heavy lifting of wrapping curl
Curtis
More...
almost 17 years ago
First Commit: Basic reads and writes to CouchDB supported. Further testing is in order
Curtis Spencer
More...
almost 17 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree