FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for lua_cmsgpack.c - CyberSys/lua-cmsgpack · GitHub
CyberSys
/
lua-cmsgpack
Public
forked from
citizenfx/lua-cmsgpack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
lua-cmsgpack
lua_cmsgpack.c
on
master
User selector
Datepicker
Commit history
Commits on Jun 14, 2018
Fix critical security issue.
Show description for 57b1f90
antirez
committed
57b1f90
View commit details
Copy full SHA for 57b1f90
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
Fix allocation handling and remove Lua state reference from buffers.
Show description for 4d94cab
antirez
committed
4d94cab
View commit details
Copy full SHA for 4d94cab
View code at this point
Browse repository at this point
Commits on May 23, 2015
Support str 8
seppo0010
committed
e90ba30
View commit details
Copy full SHA for e90ba30
View code at this point
Browse repository at this point
Commits on Dec 12, 2014
Remove static function declarations
Show description for 5f89436
mattsta
committed
5f89436
View commit details
Copy full SHA for 5f89436
View code at this point
Browse repository at this point
fix segfault when length fields contain a big 32-bit number
Show description for 3baba3b
dubek
committed
3baba3b
View commit details
Copy full SHA for 3baba3b
View code at this point
Browse repository at this point
Commits on Dec 5, 2014
use (signed char) instead of (char), this fixes for platforms that treat char as unsigned by default
leiting
authored and
antirez
committed
667fda2
View commit details
Copy full SHA for 667fda2
View code at this point
Browse repository at this point
IS_INT_TYPE_EQUIVALENT macro simplfiied.
Show description for 1852b23
antirez
committed
1852b23
View commit details
Copy full SHA for 1852b23
View code at this point
Browse repository at this point
Commits on Nov 25, 2014
5.3 compat: short functions to long functions
Show description for afbc009
mattsta
committed
afbc009
View commit details
Copy full SHA for afbc009
View code at this point
Browse repository at this point
Fix 64 bit integer processing on 32 bit platforms
Show description for 42f7a28
mattsta
committed
42f7a28
View commit details
Copy full SHA for 42f7a28
View code at this point
Browse repository at this point
Commits on May 27, 2014
Allow LUACMSGPACK_MAX_NESTING to be set by CPP
moteus
authored and
mattsta
committed
31b260e
View commit details
Copy full SHA for 31b260e
View code at this point
Browse repository at this point
Commits on Apr 14, 2014
Bump to version 0.4.0
Show description for 4505263
mattsta
committed
4505263
View commit details
Copy full SHA for 4505263
View code at this point
Browse repository at this point
Commits on Apr 11, 2014
Fix comment typos
Show description for 2820da3
dchest
authored and
mattsta
committed
2820da3
View commit details
Copy full SHA for 2820da3
View code at this point
Browse repository at this point
Fix array detection when keys are strings
moteus
authored and
mattsta
committed
351d38e
View commit details
Copy full SHA for 351d38e
View code at this point
Browse repository at this point
Commits on Apr 7, 2014
Fix potential segfault
Show description for 72e64c2
mattsta
committed
72e64c2
View commit details
Copy full SHA for 72e64c2
View code at this point
Browse repository at this point
Use Lua memory allocator instead of malloc
Show description for 067a258
mattsta
committed
067a258
View commit details
Copy full SHA for 067a258
View code at this point
Browse repository at this point
Malloc one buffer per pack() instead of per arg
Show description for 4ca832b
mattsta
committed
4ca832b
View commit details
Copy full SHA for 4ca832b
View code at this point
Browse repository at this point
Unpack integers as integers instead of numbers
Show description for e93d977
mattsta
committed
e93d977
View commit details
Copy full SHA for e93d977
View code at this point
Browse repository at this point
Use stack allocation for mp_cur
Show description for 6deb449
fperrad
authored and
mattsta
committed
6deb449
View commit details
Copy full SHA for 6deb449
View code at this point
Browse repository at this point
Add fine-grained control of unpacking objects
Show description for 507f353
mattsta
committed
507f353
View commit details
Copy full SHA for 507f353
View code at this point
Browse repository at this point
Cleanup: limit to 80 chars wide
Show description for cdb4e48
mattsta
committed
cdb4e48
View commit details
Copy full SHA for cdb4e48
View code at this point
Browse repository at this point
Add better type checking when Lua 5.3 is available
Show description for 155a6ba
mattsta
committed
155a6ba
View commit details
Copy full SHA for 155a6ba
View code at this point
Browse repository at this point
Remove noop stack setter
Show description for 5308f7c
mattsta
committed
5308f7c
View commit details
Copy full SHA for 5308f7c
View code at this point
Browse repository at this point
Add cmsgpack.safe version
Show description for ed6abff
mattsta
committed
ed6abff
View commit details
Copy full SHA for ed6abff
View code at this point
Browse repository at this point
Correct 1-indexing and encode popping
Fabrício Puppi
authored and
mattsta
committed
41e4e12
View commit details
Copy full SHA for 41e4e12
View code at this point
Browse repository at this point
Commits on Apr 4, 2014
Add stream support
Show description for 48f338c
Fabrício Puppi
authored and
mattsta
committed
48f338c
View commit details
Copy full SHA for 48f338c
View code at this point
Browse repository at this point
Compensate for Lua telling us +-inf is an integer
Show description for fd2f98c
Fabrício Puppi
authored and
mattsta
committed
fd2f98c
View commit details
Copy full SHA for fd2f98c
View code at this point
Browse repository at this point
Fixed faulty implementation of table_is_an_array().
Fabrício Puppi
authored and
mattsta
committed
4473a53
View commit details
Copy full SHA for 4473a53
View code at this point
Browse repository at this point
Bump to version 0.3.1
Show description for c86287e
mattsta
committed
c86287e
View commit details
Copy full SHA for c86287e
View code at this point
Browse repository at this point
Refactor 5.2 version checking
Show description for dfbfd58
mattsta
committed
dfbfd58
View commit details
Copy full SHA for dfbfd58
View code at this point
Browse repository at this point
Remove double free
Show description for b628c4d
mattsta
committed
b628c4d
View commit details
Copy full SHA for b628c4d
View code at this point
Browse repository at this point
Remove unused variable causing warning
Show description for 072bb26
mattsta
committed
072bb26
View commit details
Copy full SHA for 072bb26
View code at this point
Browse repository at this point
Commits on Mar 14, 2014
Merge pull request #17 from fperrad/compat52
Show description for bd8de6e
antirez
committed
bd8de6e
View commit details
Copy full SHA for bd8de6e
View code at this point
Browse repository at this point
Commits on Aug 13, 2013
Fix map mistreated as array. Fix #24
yunyue
committed
5475812
View commit details
Copy full SHA for 5475812
View code at this point
Browse repository at this point
Commits on Oct 30, 2012
allow compatibility with Lua 5.2
fperrad
committed
2ed313c
View commit details
Copy full SHA for 2ed313c
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
Remove remnants of lua-cmsgpack. Issue #9.
antirez
committed
6aa9d57
View commit details
Copy full SHA for 6aa9d57
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL