summaryrefslogtreecommitdiff
path: root/lib/freelist.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
| | | | | | | The copyright and license notice is already in the LICENSE file. There is no justifiable reason to also require that it be included in every file, since the individual files are not individually distributed except as part of the entire package.
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
| | | | | | | | | Turn on strict mode for the files in the lib/ directory. It helps catch bugs and can have a positive effect on performance. PR-URL: https://github.com/node-forward/node/pull/64 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Fedor Indutny <fedor@indutny.com>
* lib, src: don't make http parser handles weakBen Noordhuis2014-09-051-0/+2
| | | | | | | | Weak handles put strain on the garbage collector and the parser handle doesn't need to be weak in the first place. This change should improve GC times on busy servers a little. Reviewed-by: Trevor Norris <trev.norris@gmail.com>
* Update copyright headersRyan Dahl2011-03-141-0/+21
|
* more lintRyan Dahl2010-12-011-4/+4
|
* syntax fixes to pass jslintJoshaven Potter2010-10-061-1/+1
|
* Moving the http.js, net.js FreeList to being standalone.Micheil Smith2010-04-121-0/+22