aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/timeval.cc
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Clang format and fix copyrightsGravatar murgatroid992016-02-05
|
* Replace 'long' with 'int64_t' in public core headersGravatar murgatroid992016-02-05
|
* Fix a couple of minor issues in the Node libraryGravatar murgatroid992015-12-18
|
* 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