0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 17 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove lib/config_defaults because it is no longer being used. Apps will be in charge of their default configuration and the server will be in charge of its. More... about 14 years ago
Create a new object called "project" that will handle the global state of a set of Bomber app. More... about 14 years ago
Cookie changes. The 'class' is now called Cookies. Added reset() and exists() functions to match API of sessions. More... about 14 years ago
Adopt a consistant style for requiring stuff across all the modules in lib More... about 14 years ago
Make the bundled node-async-testing not a psuedo submodule as well More... about 14 years ago
Ooops, now node-async-testing should be bundled properly More... about 14 years ago
Actually bundle node-httpclient and not have a psuedo submodule More... about 14 years ago
Some additions to the example project. Basically, using cookies and sesssions More... about 14 years ago
Add 'keys' method to cookie object, so you can get a list of all the currently set cookies More... about 14 years ago
Fix typo which prevented a SessionManager from getting its configuration More... about 14 years ago
Change the way the cookie headers are set. More... about 14 years ago
Merge branch 'stc-sessions'. The way configuration works has changed, so just bring the merged branch up-to-date. More... about 14 years ago
Use HTML in example project and fix linking to wrong file More... about 14 years ago
Give an subapp a reference to its parent app More... about 14 years ago
Added default ./storage folder from exampleProject/ to .gitignore More... about 14 years ago
Complete session API for bomber using secure cookies and configurable expiration and stores data either using on-disk persistent storage or cookies. More... about 14 years ago
Allow same cookie to be updated multiple times in a request, without writing it multiple times in Set-Cookie header More... about 14 years ago
Updated config scheme to suit new session api More... about 14 years ago
Updated configuration for cookies and test-cookies More... about 14 years ago
Updated DirectoryStore to use sha1 from dependencies More... about 14 years ago
Simple filesystem-based key-value storage More... about 14 years ago
JavaScriptified the notation in config files (see http://groups.google.com/group/bomberjs/msg/552d14ef3e574fa4 for details) More... about 14 years ago
Allow the 'start-server' task to override the port of the server More... about 14 years ago
Pass the extra command line arguments to the task in bomber.js More... about 14 years ago
New system for configuration. It is now possible to override configuration in sub-apps. More... about 14 years ago
Upgrade the bundled testing library to the newest version. More... about 14 years ago
Make all tasks be verbs. So change to More... about 14 years ago
Undo addition I made to reading cookies. I forgot that node makes the header names all lower-case. More... about 14 years ago
Undo addition I made to reading cookies. I forgot that node makes the header names all lower-case. More... about 14 years ago
Silence normal program output to stdout while running tests because it is cluttering up the results More... about 14 years ago