lahiker42
aab90f4a32
Use reserved word in string within descriptor (from Andrei Nigmatulin).
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@193 00440858-1255-0410-a3e6-75ea37f81c3a
2009-10-18 15:50:40 +00:00
lahiker42
eeed9c2b7a
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@192 00440858-1255-0410-a3e6-75ea37f81c3a
2009-06-11 13:05:23 +00:00
lahiker42
9b2f4d9ef1
Add -lpthread when linking against protobuf
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@191 00440858-1255-0410-a3e6-75ea37f81c3a
2009-06-11 13:00:50 +00:00
lahiker42
44f46742de
needs stdio on c++
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@190 00440858-1255-0410-a3e6-75ea37f81c3a
2009-06-11 12:53:32 +00:00
lahiker42
f3ae05f9e1
misc.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@189 00440858-1255-0410-a3e6-75ea37f81c3a
2009-06-11 12:50:42 +00:00
lahiker42
03e11c4fa6
Issue 20: Update for UnknownField API change (by dcreager).
...
See:
http://code.google.com/p/protobuf-c/issues/detail?id=20
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@188 00440858-1255-0410-a3e6-75ea37f81c3a
2009-06-11 12:49:24 +00:00
lahiker42
38d89f78ba
comments
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@187 00440858-1255-0410-a3e6-75ea37f81c3a
2009-06-11 12:47:52 +00:00
lahiker42
6769a5ecd2
add 'static' where needed. minor packaging stuff.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@186 00440858-1255-0410-a3e6-75ea37f81c3a
2009-05-13 15:21:05 +00:00
lahiker42
5621b79adc
Too lazy to split into separate patches
...
- allow CFLAGS=-DPRINT_UNPACK_ERRORS=0 to suppress
unpack warnings from being printed at compile time (Andrei Nigmatulin)
- give error if an unknown wire-type is encountered (Andrei Nigmatulin)
- fix technically possible overflows during unpack of very
large messages (Andrei Nigmatulin)
- [UNFINISHED] windows RPC work
and other junk, sorry
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@185 00440858-1255-0410-a3e6-75ea37f81c3a
2009-04-21 14:08:14 +00:00
lahiker42
86c23f2bb0
work on windows port (blech)
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@184 00440858-1255-0410-a3e6-75ea37f81c3a
2009-04-21 14:07:21 +00:00
lahiker42
57b9a4d246
ugh
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@183 00440858-1255-0410-a3e6-75ea37f81c3a
2009-04-05 14:06:45 +00:00
lahiker42
8b62c213f4
release 0.10
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@182 00440858-1255-0410-a3e6-75ea37f81c3a
2009-04-04 23:08:33 +00:00
lahiker42
df4ccc669d
Fix crashes on corrupt data. (Issue 16)
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@181 00440858-1255-0410-a3e6-75ea37f81c3a
2009-04-04 22:53:39 +00:00
lahiker42
cb95ca9c64
i guess this is too rude
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@180 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-10 02:51:10 +00:00
lahiker42
73f34af0d7
reverse log
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@179 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-08 14:37:11 +00:00
lahiker42
2881e56b97
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@178 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-08 14:36:16 +00:00
lahiker42
c5ae90eb85
...
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@177 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-08 14:35:12 +00:00
lahiker42
fc428c1200
Prepare for release.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@176 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-06 02:10:10 +00:00
lahiker42
fd50e6ae89
..
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@175 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-05 04:03:33 +00:00
lahiker42
d59521b812
note change
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@174 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-05 03:57:17 +00:00
lahiker42
ad4442f388
Tests to handle allocation errors gracefully.
...
Based on patch by Jason Lunz.
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@173 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-05 03:56:01 +00:00
lahiker42
b4cc67234a
some comments, since who knows if this'll work.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@172 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-05 03:23:41 +00:00
lahiker42
0fdda692b7
...
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@171 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-05 03:22:38 +00:00
lahiker42
fd6ce14043
Bugs with making TCP connections.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@170 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-05 03:22:05 +00:00
lahiker42
2ace60a2bd
Add comments.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@169 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-05 03:21:26 +00:00
lahiker42
74d76532c7
check for protobuf..
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@168 00440858-1255-0410-a3e6-75ea37f81c3a
2009-03-04 22:12:52 +00:00
lahiker42
6a95f7b765
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@167 00440858-1255-0410-a3e6-75ea37f81c3a
2009-02-10 01:45:41 +00:00
lahiker42
b826c3c569
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@166 00440858-1255-0410-a3e6-75ea37f81c3a
2009-02-10 01:28:33 +00:00
lahiker42
df40d89ca0
rename autoretry to autoreconnect
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@165 00440858-1255-0410-a3e6-75ea37f81c3a
2009-02-10 01:28:10 +00:00
lahiker42
ff61b79287
noticed this bug... services not sorted alphabetically.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@164 00440858-1255-0410-a3e6-75ea37f81c3a
2009-02-09 23:52:18 +00:00
lahiker42
5df45e9165
try to fix cygwin build issue
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@163 00440858-1255-0410-a3e6-75ea37f81c3a
2009-02-09 03:31:13 +00:00
lahiker42
70b8bf87e8
done item
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@162 00440858-1255-0410-a3e6-75ea37f81c3a
2009-02-09 03:28:45 +00:00
lahiker42
b334510f67
note issue #
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@161 00440858-1255-0410-a3e6-75ea37f81c3a
2009-02-09 03:27:57 +00:00
lahiker42
498abd7b35
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@153 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-29 15:42:14 +00:00
lahiker42
461901905b
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@152 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-29 15:41:41 +00:00
lahiker42
cbb017615c
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@151 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-29 15:41:30 +00:00
lahiker42
bc25e66e25
add example
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@150 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-29 15:41:16 +00:00
lahiker42
001a4bd3d7
unlink on unix-domain server destroy
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@148 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-29 04:30:46 +00:00
lahiker42
1f0a4127eb
misc
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@133 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-29 02:57:17 +00:00
lahiker42
3dbfdf90bf
rpc works!
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@126 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-28 15:16:11 +00:00
lahiker42
d2995318bd
hangs waiting for timer..
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@125 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-28 05:29:56 +00:00
lahiker42
b4675f4474
rpc work.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@124 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-28 04:57:49 +00:00
lahiker42
70d37e825c
rpc builds...
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@123 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-26 18:09:52 +00:00
lahiker42
4349899e34
more rpc fun
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@122 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-26 17:29:24 +00:00
lahiker42
ccdeb8b892
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@121 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-26 01:16:45 +00:00
lahiker42
f30d66f01d
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@120 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-25 14:19:46 +00:00
lahiker42
26be472294
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@119 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-25 13:59:55 +00:00
lahiker42
f4e009d4bf
...
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@118 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-25 13:51:30 +00:00
lahiker42
e135ebd217
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@117 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-25 04:57:32 +00:00
lahiker42
462a684323
misc progress
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@116 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-25 04:49:12 +00:00
lahiker42
bc20a9a342
rudimetary versions, ported and simplified from gsk. (not working)
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@115 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-23 03:05:22 +00:00
lahiker42
5698ad1d8d
rpc impl
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@114 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-22 15:27:27 +00:00
lahiker42
db15bf48eb
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@113 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-21 17:16:45 +00:00
lahiker42
73cb6e3023
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@112 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-21 16:35:53 +00:00
lahiker42
13a6f6f8e1
working toward an rpc implementation
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@111 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-21 08:57:24 +00:00
lahiker42
fa977b218d
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@110 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-19 15:50:13 +00:00
lahiker42
8d967db99c
note change
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@109 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-19 15:46:42 +00:00
lahiker42
c5ff94bfab
bug fix to service invocation
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@108 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-19 15:43:32 +00:00
lahiker42
1f05e6125f
Add omitted "*"
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@107 00440858-1255-0410-a3e6-75ea37f81c3a
2009-01-08 01:39:52 +00:00
lahiker42
27aed0b2ac
initial commit. this is NOT WORKING by a long shot.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@104 00440858-1255-0410-a3e6-75ea37f81c3a
2008-12-19 02:41:32 +00:00
lahiker42
ddb111cab3
releasing 0.7
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@96 00440858-1255-0410-a3e6-75ea37f81c3a
2008-12-17 16:47:43 +00:00
lahiker42
9dd8d96ebc
prepare for release.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@95 00440858-1255-0410-a3e6-75ea37f81c3a
2008-12-17 16:47:29 +00:00
lahiker42
11f4329254
lower-case field names in default value.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@94 00440858-1255-0410-a3e6-75ea37f81c3a
2008-12-17 16:46:13 +00:00
lahiker42
c9dfadfb89
Resolve issue 10 ("ISO C does not allow extra ';' outside of a function (init functions)")
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@93 00440858-1255-0410-a3e6-75ea37f81c3a
2008-12-17 16:40:48 +00:00
lahiker42
6e9f371cd6
mention memory leak.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@92 00440858-1255-0410-a3e6-75ea37f81c3a
2008-12-17 02:49:26 +00:00
lahiker42
2650c6744a
Fix memory leak when used with uknown fields.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@91 00440858-1255-0410-a3e6-75ea37f81c3a
2008-12-17 02:40:32 +00:00
lahiker42
1cbc75c122
note on extensions
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@90 00440858-1255-0410-a3e6-75ea37f81c3a
2008-11-30 16:50:59 +00:00
lahiker42
4d47e97990
notes...
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@89 00440858-1255-0410-a3e6-75ea37f81c3a
2008-11-30 15:57:52 +00:00
lahiker42
44d8040213
add reserved fields
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@84 00440858-1255-0410-a3e6-75ea37f81c3a
2008-11-30 15:07:39 +00:00
lahiker42
7e2742b84b
Add __init function
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@83 00440858-1255-0410-a3e6-75ea37f81c3a
2008-11-30 06:22:21 +00:00
lahiker42
f51eaa7c15
Add default value support.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@82 00440858-1255-0410-a3e6-75ea37f81c3a
2008-11-30 06:10:28 +00:00
lahiker42
a499b3ae4e
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@81 00440858-1255-0410-a3e6-75ea37f81c3a
2008-11-28 05:03:52 +00:00
lahiker42
d98ac01c95
...
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@80 00440858-1255-0410-a3e6-75ea37f81c3a
2008-11-28 05:01:49 +00:00
lahiker42
eefc67e5fe
cleanups
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@79 00440858-1255-0410-a3e6-75ea37f81c3a
2008-11-28 04:59:52 +00:00
lahiker42
841547424d
mention warnings
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@76 00440858-1255-0410-a3e6-75ea37f81c3a
2008-10-08 02:26:39 +00:00
lahiker42
c1ccc7909d
Suppress warnings that emerge with -Wcast-qual and -Wshadow
...
(thanks in part to Robert Edmonds for this patch).
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@75 00440858-1255-0410-a3e6-75ea37f81c3a
2008-10-08 02:22:40 +00:00
lahiker42
dd9d5f3c26
use dpkg --print-architecture
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@74 00440858-1255-0410-a3e6-75ea37f81c3a
2008-10-01 01:09:23 +00:00
lahiker42
15b2e90fbc
prepare for release
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@72 00440858-1255-0410-a3e6-75ea37f81c3a
2008-10-01 00:46:11 +00:00
lahiker42
5c1f1dc237
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@71 00440858-1255-0410-a3e6-75ea37f81c3a
2008-10-01 00:43:57 +00:00
lahiker42
11471a7931
oops, bug in little-endian optimization
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@70 00440858-1255-0410-a3e6-75ea37f81c3a
2008-10-01 00:40:31 +00:00
lahiker42
a46640c36e
packaging tape for protobuf-c.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@69 00440858-1255-0410-a3e6-75ea37f81c3a
2008-10-01 00:29:30 +00:00
lahiker42
e0ebae0787
add copy of license
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@68 00440858-1255-0410-a3e6-75ea37f81c3a
2008-09-23 15:06:37 +00:00
lahiker42
1bf2e9e3ab
insert copyright notice.
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@67 00440858-1255-0410-a3e6-75ea37f81c3a
2008-09-22 20:27:24 +00:00
lahiker42
f3ed0fa1c9
updates to work with latest protobuf
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@63 00440858-1255-0410-a3e6-75ea37f81c3a
2008-09-09 18:18:28 +00:00
lahiker42
67f08bfda9
release v0.3
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@57 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-28 13:34:53 +00:00
lahiker42
cd75d5e54b
- suppress final enum comma
...
- do not use c++ comments
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@55 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-28 06:08:40 +00:00
lahiker42
9e2a16a72a
spruce up todo file
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@54 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-27 03:51:24 +00:00
lahiker42
e3c8e8b2e6
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@52 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-27 02:16:09 +00:00
lahiker42
7b7b5e25f4
optimize and implement enum/message/service descriptor
...
lookups by name and value.
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@51 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-27 02:14:42 +00:00
lahiker42
35ff27491e
revert back the closures and error handling
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@49 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-26 14:45:34 +00:00
lahiker42
3f15d003c4
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@47 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-25 22:55:05 +00:00
lahiker42
c4442d125c
Work on simplerpc. revisit service api.. may need to rerevisit
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@46 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-25 17:50:52 +00:00
lahiker42
a81974883a
- fixin up services
...
- beginnings of simplerpc system
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@45 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-24 22:11:04 +00:00
lahiker42
f87e0849ea
use uint8_t and size_t where appropriate.
...
implement and test unknown fields
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@44 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-24 18:37:43 +00:00
lahiker42
348d300628
complete exhaustive test
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@43 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-24 16:20:19 +00:00
lahiker42
70ed8ebfb5
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@42 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-24 16:01:28 +00:00
lahiker42
e5c160cbb1
more tests... exhausting...
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@41 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-24 15:53:49 +00:00
lahiker42
6d62ed50a3
more tests
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@40 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-24 13:18:15 +00:00
lahiker42
69b6328848
tests & fixes
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@39 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-24 12:38:58 +00:00
lahiker42
1317b110af
lots of fixes and tests
...
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@38 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-24 11:44:38 +00:00