23 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
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
lahiker42
1265baa325 many bug fixes, and lots of test code
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@36 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-24 03:00:21 +00:00
lahiker42
6ffe171d9f random todo items
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@35 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-23 20:44:49 +00:00
lahiker42
ee774e97ad add static init
add test code (beginnings of very thorough test)


git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@33 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-23 19:59:17 +00:00
lahiker42
3f7a1027b4 initial import into google-code.
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@2 00440858-1255-0410-a3e6-75ea37f81c3a
2008-08-22 20:38:05 +00:00