crypto: fix signed/unsigned comparison warning
[platform/upstream/nodejs.git] / src /
2013-08-06 Ben Noordhuiscrypto: fix signed/unsigned comparison warning
2013-08-06 Fedor Indutnytls: asynchronous SNICallback
2013-08-06 Fedor Indutnytls_wrap: DRY ClientHelloParser
2013-08-03 Ben Noordhuissrc: use static_cast for void-to-T casts
2013-08-03 Ben Noordhuissrc: use PersistentToLocal() in a few more places
2013-08-03 Fedor Indutnycrypto: fix another over-run in bio
2013-08-02 Ben Noordhuissrc: remove non-isolate PersistentToLocal(), v2
2013-08-02 Trevor Norrisprocess: set key properties as ReadOnly
2013-08-02 Ben Noordhuissrc: remove non-isolate PersistentToLocal()
2013-08-02 Trevor Norrissmalloc: remove double checks
2013-08-02 Ben Noordhuisbuild: fix --without-ssl build
2013-08-01 isaacssrc: Replace macros with util functions
2013-08-01 Fedor Indutnytls_wrap: parse tls session ticket extension
2013-08-01 Brian Whiteos: add mac address to networkInterfaces() output
2013-08-01 Ben Noordhuissrc: don't include <string.h> twice in src/node.cc
2013-08-01 Bert Belderbuild: un-break the windows build
2013-07-31 Ben Noordhuissrc: more lint after cpplint tightening
2013-07-31 Fedor Indutnyetw_provider: unbreak windows build
2013-07-31 Fedor Indutnysrc: lint c++ code
2013-07-31 Trevor Norrisnode: add inTick and lastThrew to infoBox
2013-07-30 Trevor Norrisfs: write strings directly to disk
2013-07-30 Trevor Norrisstring_bytes: export GetExternalParts
2013-07-29 Ben Noordhuiscrypto: simplify DH modp group name matcher
2013-07-30 Ben Noordhuissrc: const-ify variables in src/node_crypto*
2013-07-30 Ben Noordhuissrc: remove unused import in src/node_os.cc
2013-07-30 Ben Noordhuisstring_bytes: don't use named imports in header
2013-07-30 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-30 Ben Noordhuiscrypto: fix assert() on malformed hex input
2013-07-30 Ben Noordhuisstring_bytes: add StringBytes::IsValidString()
2013-07-29 Ben Noordhuisdgram: report send errors to cb, don't pass bytes
2013-07-29 Ben Noordhuissrc: don't use NewExternal() with unaligned strings
2013-07-28 Ben Noordhuissrc: remove unused tick_spinner
2013-07-26 Timothy J FontaineNow working on 0.10.16
2013-07-26 Timothy J FontaineMerge branch 'v0.10.15-release' into v0.10
2013-07-25 Timothy J Fontaine2013.07.25, Version 0.10.15 (Stable) v0.10.15
2013-07-25 Ben Noordhuissrc: fix process.getuid() return value
2013-07-25 Timothy J FontaineNow working on 0.10.15
2013-07-25 Timothy J FontaineMerge branch 'v0.10.14-release' into v0.10
2013-07-25 Timothy J Fontaine2013.07.25, Version 0.10.14 (Stable) v0.10.14
2013-07-24 Fedor Indutnytls: share tls tickets key between cluster workers
2013-07-24 Ben Noordhuissrc: move NODE_MODULE_VERSION to node_version.h
2013-07-24 Ben Noordhuislib: macro-ify type checks
2013-07-24 Ben Noordhuissrc: rename macros.py to notrace_macros.py
2013-07-24 Ben Noordhuissrc: cares_wrap: remove two unused variables
2013-07-24 Trevor Norrissmalloc: add external to alloc with callbacks
2013-07-23 Ben Noordhuissrc: os: use Number::New() for CPU info
2013-07-23 Ben Noordhuisfs: uids and gids must be unsigned ints
2013-07-23 Trevor Norrisbuffer: slice on zero length buffer
2013-07-20 Ben Noordhuissrc: fix windows build error from 221c689e
2013-07-20 Ben Noordhuissrc, lib: update after internal api change
2013-07-20 Ben Noordhuissrc, lib: deduplicate errnoException
2013-07-20 Ben Noordhuissrc: add libuv bindings module
2013-07-19 Ben Noordhuisudp_wrap, tcp_wrap: add out arg to AddressToJS
2013-07-19 Ben Noordhuissrc: ReqWrap now optionally accepts a wrap object
2013-07-19 Trevor Norrisbuffer: return offset for end of last write
2013-07-19 Ben Noordhuissrc: fix persistent handle lifecycle issue
2013-07-19 Ben Noordhuissrc: add IsFunction() assert to MakeCallback
2013-07-19 Trevor Norrissmalloc: create separate module
2013-07-19 Trevor Norrisnode: always set function name
2013-07-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-07-15 Trevor Norrissmalloc: remove NULL assert check
2013-07-13 Ben Noordhuissrc: remove Buffer::Data(Persistent<T>&)
2013-07-12 Timothy J FontaineNow working on 0.11.5
2013-07-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-07-11 Ben Noordhuisbuild: fix windows build
2013-07-10 Trevor Norrisnode: call MakeDomainCallback in all domain cases
2013-07-10 Fedor Indutnycrypto: fix memory leak in LoadPKCS12
2013-07-09 Timothy J FontaineNow working v0.10.14
2013-07-09 Timothy J FontaineMerge branch 'v0.10.13-release' into v0.10
2013-07-09 Timothy J Fontaine2013.07.09, Version 0.10.13 (Stable) upstream/0.10.13 v0.10.13
2013-07-07 Ben Noordhuissrc: remove unnecessary calls to Local<T>::New()
2013-07-07 Ben Noordhuissrc: cast strong persistent handles to locals
2013-07-07 Ben Noordhuissmalloc: don't take address of stack var
2013-07-09 Nathan Rajlichconfigure: fix the --without-ssl option
2013-07-09 Timothy J Fontainetls_wrap: return Error not throw for missing cert
2013-07-08 Trevor Norrissmalloc: call callback if set on AllocDispose
2013-07-08 Trevor Norrissmalloc: zero size allocs may need to be free'd
2013-07-06 Ben Noordhuissrc: enable native v8 typed arrays
2013-07-06 Ben Noordhuissrc: abort() on fatal error in debug mode
2013-07-06 Ben Noordhuisstring_bytes: stop using String::AsciiValue
2013-07-06 Ben Noordhuislib, src: upgrade after v8 api change
2013-07-06 Trevor Norrissmalloc: revert change to use pointer indirection
2013-07-06 Fedor Indutnybuffer: use macro
2013-07-05 Fedor Indutnysmalloc: fix style, use macro
2013-07-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-05 Ben Noordhuissrc: fix memory leak in UsingDomains()
2013-07-03 Trevor Norris{stream,udp,tls}_wrap: remove unused offset/length
2013-07-03 Trevor Norrissmalloc: use malloc instead of new
2013-07-03 Trevor Norrisslab_allocator: remove SlabAllocator
2013-07-03 Fedor Indutnycrypto: fix memory leak in LoadPKCS12
2013-07-01 Brian Whitezlib: level can be negative
2013-07-01 Brian Whitezlib: allow changing of level and strategy
2013-07-01 Brian Whitezlib: level can be negative
2013-06-26 isaacsMerge branch 'v0.11.3-release'
2013-06-26 isaacs2013.06.26, Version 0.11.3 (Unstable) v0.11.3
2013-06-26 Miroslav Bajtossrc: break on uncaught exception
2013-06-26 Fedor Indutnycrypto: do not move half-filled write head
2013-06-25 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-06-20 Ben Noordhuisbuffer: fix gcc 4.2 build breakage
2013-06-20 Timothy J Fontainestring_bytes: properly detect 64bit
next