- Aug 26, 2014
-
-
Roman Tsisyk authored
Major changes: - All common logic and code from all serializes replaced by luaL_field/luaL_serializer functions - All features and methods were unified - cdata support added to JSON - ffi's .NULL added to JSON - .cfg{} method added to MsgPack, YAML and JSON - .new() method added to MsgPack and YAML - NaN and Inf checks ported from JSON - array vs map detection logic ported from JSON - support for __serialize hint added for table/cdata/userdata - _serializer_compact and _serializer_type superseded by __serialize - 64-bit integers encoding/decoding fixed in JSON and YAML - floating point encoding/decoding fixed in YAML - JSON was converted from submodule - New TAP-based tests added for MsgPack, MsgPackFFI, YAML, JSON
-
Dmitry E. Oboukhov authored
-
- Aug 25, 2014
-
-
Konstantin Osipov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
(so user can use 'SO_REUSEADDR' option in tcp_server)
- Aug 23, 2014
-
-
Konstantin Osipov authored
-
- Aug 22, 2014
-
-
ocelot-inc authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
Conflicts: src/lua/bsdsocket.lua test/box/bsdsocket.result test/box/bsdsocket.test
-
Dmitry E. Oboukhov authored
-
- Aug 21, 2014
-
-
ocelot-inc authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
http://try.tarantol.orgKonstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
- Aug 20, 2014
-
-
Dmitry Simonenko authored
-
Alexandr authored
-
Alexandr authored
-
- Aug 19, 2014
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Aug 18, 2014
-
-
Dmitry Simonenko authored
update sophia submodule.
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
Clear errno for UNIX socket connections as well.
-
Oleg Tsarev authored
-
- Aug 15, 2014
-
-
Konstantin Osipov authored
Make the formatting of the test output platform-independent.
-
Konstantin Osipov authored
Do not align maxalloc (the limit on the amount of memory used by the allocator), it's not necessary. Make an effort to correctly align large (for 32 bit) prealloc values (like, a few gigs).
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-