0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Dec 27, 2023 — Dec 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make the callback api have room for the error parameter. More... over 14 years ago
Update the lib a bit to use node's built-in md5. More... over 14 years ago
Fix an order of operations error in the bit library. More... over 14 years ago
Add missing semis to make javascript lint happy. More... over 14 years ago
Speed up, fix, and update the buffer_extras lib. More... over 14 years ago
Explicitly license the code. More... over 14 years ago
Replace with up to date postgres-pure driver. More... over 14 years ago
Fix close to not hang when there are no pending queries More... almost 15 years ago
Add a host option to the connection parameters and disable the idle timeout More... almost 15 years ago
JSlint fixes for postgres.js and a bug fix or two. More... about 15 years ago
Minor JS fixes to bits.js to make jslint happy again. More... about 15 years ago
Update postgres.js to use the new bits library. More... about 15 years ago
Fix some bugs in the bits library. More... about 15 years ago
Rewrite bits.js to use builder and consumer objects instead of raw strings. Now we don't have to clobber the String object. More... about 15 years ago
Remove a hack for a bug that was fixed a long time ago. More... about 15 years ago
Update the readme to require the sys module for console output. More... about 15 years ago
Allow the debug setting to be set from the program using the library. More... about 15 years ago
Remove my local test.js file so I don't duplicate the docs and also keep committing my personal password settings. More... about 15 years ago
Remove the smtp experiment, it's unrelated. More... about 15 years ago
Move the helper libs into a sub-folder to not eat up namespace in the library path. More... about 15 years ago
Update the sample to be more generic. More... about 15 years ago
Allow the port number to be passed in, but default to 5432 More... about 15 years ago
Update the docs a bit. More... about 15 years ago
Changes bits to use "binary" strings instead of arrays of integers. This is a problem since strings are immutable in JS. I had to uglify a log of code to shoehorn it in. I can now make queries to a postgres database and get a response using latest node! Expect more refactoring. More... about 15 years ago
Update a little more to fit latest node syntax More... about 15 years ago
Start to update driver to latest node apis More... about 15 years ago
Add in initial type conversion code. Ints and bools now come back as native json ints and bools More... over 15 years ago
JSlint clean up code and refactor to increase readability More... over 15 years ago
Fix many bugs in protocol logic More... over 15 years ago
Add documentation More... over 15 years ago