aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/timeval.cc
Commit message (Collapse)AuthorAge
* Make the server report monotonic times for deadlinesGravatar Craig Tiller2015-07-23
| | | | | | | | For very high performance systems, we're going to want to be able to simply push the value reported from the server down onto clients. If we report realtime now, then all wrapped languages are going to assume it, meaning that such a change will be impossible later.
* Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|
* Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Remove timeval functionsGravatar David Klempner2015-02-04
| | | | | They only had one caller, which could easily be converted to use timespec instead of timeval.
* Moved extension and JS files to separate directoriesGravatar murgatroid992015-01-26