The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / req_wrap.h @ 0544a586

History | View | Annotate | Download (2.47 KB)

# Date Author Comment
5f040653 05/15/2012 03:00 PM Ben Noordhuis

process: add _getActiveHandles(), _getActiveRequests()

  • process._getActiveHandles() returns a list containing all active handles
    (timers, sockets, etc.) that have not been unref'd.
  • process._getActiveRequests() returns a list of active requests (in-flight...
636add24 05/15/2012 02:59 PM Ben Noordhuis

req_wrap: share process_symbol, domain_symbol

Share persistent strings process_symbol and domain_symbol across compilation
units. Avoids redefinition errors when src/node.cc includes src/req_wrap.h.

10ce3d12 04/17/2012 04:14 PM isaacs

Domain hooks in ReqWrap<T> and MakeCallback

60818b95 11/02/2011 01:00 PM Ryan Dahl

Add missing copyright headers

39ea2747 09/04/2011 10:44 PM Ryan Dahl

Return ReqWrap from internal fs functions

1ae14890 07/18/2011 06:08 AM Ryan Dahl

Abstract StreamWrap from TCPWrap