index
:
delta/python-packages/msgpack-python.git
0.2
ci
cython-cache
develop
exceptions
fix-0_4_3-regression
fix-windows
main
master
max-xxx-size
next-marker
py310
release-0.4
remove-write-bytes
travis/cython-0.22
wheels
github.com: msgpack/msgpack-python.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
msgpack::sbuffer::data() const
frsyuki
2009-03-01
1
-0
/
+6
|
|
*
c: msgpack_sbuffer; cpp: msgpack::sbuffer
frsyuki
2009-03-01
4
-39
/
+73
|
|
*
add NOTICE file
frsyuki (none)
2009-02-26
4
-20
/
+226
|
|
*
example: limit message size
frsyuki (none)
2009-02-26
2
-0
/
+9
|
|
*
add msgpack_unpacker_message_size
frsyuki (none)
2009-02-26
2
-4
/
+18
|
|
*
remove msgpack_unpacker_buffered_size, add msgpack_unpacker_parsed_size
frsyuki (none)
2009-02-26
5
-19
/
+26
|
|
*
c: msgpack_unpacker_buffered_size; c++: unpacker::buffered_size
frsyuki (none)
2009-02-25
2
-0
/
+15
|
|
*
fix msgpack::unpack_return
frsyuki (none)
2009-02-25
3
-11
/
+16
|
|
*
c: msgpack_pack_object
frsyuki (none)
2009-02-24
7
-25
/
+106
|
|
*
add example/simple.c
frsyuki (none)
2009-02-24
1
-0
/
+37
|
|
*
AC_CONFIG_AUX_DIR(ac)
frsyuki (none)
2009-02-22
3
-1
/
+3
|
|
*
type conversion operator msgpack_object <-> msgpack::object
frsyuki (none)
2009-02-22
3
-3
/
+26
|
|
*
c and c++: rewritten and integrated
frsyuki (none)
2009-02-22
44
-1124
/
+1035
*
|
|
Checking in changes prior to tagging of version 0.06. Changelog diff is:
Tokuhiro Matsuno
2009-07-03
2
-1
/
+5
|
/
/
*
|
Perl: use SvNOK.
Tokuhiro Matsuno
2009-07-03
1
-3
/
+2
*
|
Checking in changes prior to tagging of version 0.05. Changelog diff is:
Tokuhiro Matsuno
2009-07-03
2
-1
/
+5
*
|
Perl: check IV by SvIOK
Tokuhiro Matsuno
2009-07-03
1
-7
/
+4
*
|
perl: added test case for "the flag is working?"
Tokuhiro Matsuno
2009-07-03
1
-3
/
+13
*
|
Checking in changes prior to tagging of version 0.04. Changelog diff is:
Tokuhiro Matsuno
2009-07-03
2
-1
/
+9
*
|
check SvROK first
Tokuhiro Matsuno
2009-07-03
1
-3
/
+3
*
|
Merge branch 'master' of tokuhirom@git.sourceforge.jp:/gitroot/msgpack/msgpack
Tokuhiro Matsuno
2009-07-03
4
-13
/
+100
|
\
\
|
*
|
perl: PreferInteger: faster string to integer conversion; support negative value
frsyuki
2009-07-03
2
-12
/
+63
|
*
|
perl: make PreferInteger variable magical and remove get_sv from _msgpack_pac...
frsyuki
2009-07-03
3
-2
/
+38
*
|
|
Checking in changes prior to tagging of version 0.03. Changelog diff is:
Tokuhiro Matsuno
2009-07-02
2
-1
/
+6
*
|
|
oops. fixed memory leaks in stream unpacker.
Tokuhiro Matsuno
2009-07-02
2
-1
/
+13
|
/
/
*
|
do not check the string longer than 10.
Tokuhiro Matsuno
2009-07-02
1
-1
/
+2
*
|
Perl: I don't need CCFLAGS
Tokuhiro Matsuno
2009-07-02
1
-3
/
+0
*
|
Checking in changes prior to tagging of version 0.02. Changelog diff is:
Tokuhiro Matsuno
2009-07-02
2
-1
/
+6
*
|
Merge branch 'master' of git://git.sourceforge.jp/gitroot/msgpack/msgpack
Tokuhiro Matsuno
2009-07-02
2
-9
/
+88
|
\
\
|
*
|
version 0.3.3
frsyuki
2009-06-24
1
-1
/
+1
|
*
|
works correctly under Perl5.8.x. Perl5.8.x makes "a" as PVIV in {"a", 0}.
Tokuhiro Matsuno
2009-06-24
1
-10
/
+10
|
*
|
update ppport.h
Tokuhiro Matsuno
2009-06-24
1
-8
/
+87
*
|
|
s/Preferred/Prefer/g suggested by kazuho++
Tokuhiro Matsuno
2009-07-02
3
-3
/
+3
*
|
|
support $Data::MessagePack::PreferredInteger for Data::Model
Tokuhiro Matsuno
2009-07-02
4
-1
/
+69
*
|
|
Checking in changes prior to tagging of version 0.01. Changelog diff is:
Tokuhiro Matsuno
2009-07-01
4
-1
/
+4
*
|
|
added .shipit file
Tokuhiro Matsuno
2009-07-01
1
-0
/
+1
*
|
|
added Changes file
Tokuhiro Matsuno
2009-07-01
1
-0
/
+3
*
|
|
added MANIFEST.SKIP files
Tokuhiro Matsuno
2009-07-01
1
-0
/
+21
*
|
|
copy files into this dir.
Tokuhiro Matsuno
2009-07-01
1
-1
/
+10
*
|
|
added .gitignore file
Tokuhiro Matsuno
2009-07-01
1
-0
/
+11
*
|
|
this module requires perl 5.8
Tokuhiro Matsuno
2009-07-01
1
-0
/
+1
*
|
|
works correctly under Perl5.8.x.
Tokuhiro Matsuno
2009-06-24
1
-10
/
+10
|
/
/
*
|
perl package
frsyuki
2009-06-24
3
-1
/
+21
*
|
add msgpack_vrefbuffer, msgpack::vrefbuffer
frsyuki
2009-06-07
10
-6
/
+341
*
|
Merge branch 'master' of frsyuki@git.sourceforge.jp:/gitroot/msgpack/msgpack
frsyuki
2009-06-07
2
-5
/
+6
|
\
\
|
*
|
cpp: fix map<K, V> converter
frsyuki
2009-06-03
2
-5
/
+6
*
|
|
cpp: const
frsyuki
2009-05-13
1
-11
/
+11
|
/
/
*
|
perl: oops. this doens't needed.
Tokuhiro Matsuno
2009-04-15
1
-3
/
+0
*
|
perl: added argument check
Tokuhiro Matsuno
2009-04-15
2
-5
/
+27
*
|
perl: added benchmark script for deserialization
Tokuhiro Matsuno
2009-04-15
1
-0
/
+20
[prev]
[next]