discord-rpc/src
2017-08-03 10:47:27 -07:00
..
backoff.h Seed random number generator 2017-07-28 13:52:34 -07:00
CMakeLists.txt Fix my dll making, also other cmake variable use 2017-08-01 13:32:56 -07:00
connection.h track open/close state in connection, disconnect on read error, clarify error codes a little 2017-07-31 15:38:12 -07:00
connection_unix.cpp missed a format 2017-08-02 10:44:08 -07:00
connection_win.cpp squelch warnings in 64bit compile 2017-08-02 14:56:39 -07:00
discord-register.cpp
discord-register.h fix some warnings, format 2017-07-27 16:08:17 -07:00
discord-rpc.cpp Allow for disconnect/reconnect. 2017-08-03 10:47:27 -07:00
dllmain.cpp Fix my dll making, also other cmake variable use 2017-08-01 13:32:56 -07:00
rpc_connection.cpp Allow for disconnect/reconnect. 2017-08-03 10:47:27 -07:00
rpc_connection.h track open/close state in connection, disconnect on read error, clarify error codes a little 2017-07-31 15:38:12 -07:00
serialization.cpp null or empty strings should be omitted 2017-08-02 14:57:02 -07:00
serialization.h Wrap json writer the same way I did reader. More RAII for json writing so I'm less likely to mess it up again. 2017-07-28 13:42:58 -07:00