RetroShare/libretroshare/src/services
drbob 5913872a77 Fixed cross-platform bugs.
(1) std::map<> doesn't support .at() on OSX or Windows. (use [] or find())
 (2) u_int32_t is invalid on windows. (use uint32_t )



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@553 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2008-05-13 16:56:27 +00:00
..
Makefile added P3Qblog to services makefile 2008-05-11 20:05:17 +00:00
p3chatservice.cc * Enabled saving of data rate limits. 2008-04-04 12:19:50 +00:00
p3chatservice.h Modifications to chat and msgs to allow wchar_t messages 2008-01-26 13:00:57 +00:00
p3disc.cc Addition of two more Services / Applications. 2008-03-04 21:31:11 +00:00
p3disc.h Addition of two more Services / Applications. 2008-03-04 21:31:11 +00:00
p3distrib.cc Fixed upnp issues 2008-04-09 12:54:15 +00:00
p3distrib.h Fixed upnp issues 2008-04-09 12:54:15 +00:00
p3forums.cc Third attempt at link rank system. 2008-04-15 16:35:46 +00:00
p3forums.h Third attempt at link rank system. 2008-04-15 16:35:46 +00:00
p3gamelauncher.cc Improvements to the Games Launcher. 2008-03-17 14:24:56 +00:00
p3gamelauncher.h Improvements to the Games Launcher. 2008-03-17 14:24:56 +00:00
p3gameservice.h * Addition of the basic Games Launcher - used to organise networked games with peers. 2008-01-21 09:22:42 +00:00
p3msgservice.cc Added ConfigSave Indication when a Msg has been read. 2008-04-03 13:01:42 +00:00
p3msgservice.h Lots of little changes to libretroshare. Improvements mainly focused 2008-02-07 16:18:34 +00:00
p3photoservice.cc Addition of several utility functions: 2008-03-21 02:02:58 +00:00
p3photoservice.h Addition of improvements to photo service - can now add local photos - but these are not shared over the network yet. 2008-03-17 13:51:04 +00:00
p3Qblog.cc Fixed cross-platform bugs. 2008-05-13 16:56:27 +00:00
p3Qblog.h needed to make p3qblog public to rsQblog. 2008-05-10 20:01:49 +00:00
p3ranking.cc * Improvements to Link Cloud Service. You can now vote anonymously on a Link, 2008-05-13 15:41:40 +00:00
p3ranking.h * Improvements to Link Cloud Service. You can now vote anonymously on a Link, 2008-05-13 15:41:40 +00:00
p3service.cc Third attempt at link rank system. 2008-04-15 16:35:46 +00:00
p3service.h Third attempt at link rank system. 2008-04-15 16:35:46 +00:00
p3status.cc Added RsStatusString() - returns a string for given status number 2008-04-28 11:50:39 +00:00
p3status.h Added status service: p3status 2008-04-26 09:39:02 +00:00