i2pd/core/util
anonimal 5ae7e35e80 Remove GetCharArg(). Organize CLI options file.
GetCharArg() was either a hack to keep from segfaulting when using
this botched option parser or it was old forgotten code - or both.

GetCharArg() was not needed because from_string() has std::string
overloaded and every GetCharArg() made its way to from_string().

Note: when using from_string() with std::string, it must be caught!
2015-11-14 16:13:08 +00:00
..
base64.cpp Implement #243, separate core/client (PCH support dropped for now) 2015-08-21 22:29:33 +02:00
base64.h Implement #243, separate core/client (PCH support dropped for now) 2015-08-21 22:29:33 +02:00
HTTP.cpp Minor bugfixes for windows. 2015-09-27 16:55:39 +02:00
HTTP.h English corrections. 2015-10-05 11:44:48 +00:00
I2PEndian.cpp Implement #243, separate core/client (PCH support dropped for now) 2015-08-21 22:29:33 +02:00
I2PEndian.h Support OpenBSD. 2015-09-05 01:32:50 -07:00
LittleBigEndian.h Implement #243, separate core/client (PCH support dropped for now) 2015-08-21 22:29:33 +02:00
Log.cpp Implement #243, separate core/client (PCH support dropped for now) 2015-08-21 22:29:33 +02:00
Log.h Implement #243, separate core/client (PCH support dropped for now) 2015-08-21 22:29:33 +02:00
Queue.h Implement #243, separate core/client (PCH support dropped for now) 2015-08-21 22:29:33 +02:00
Timestamp.h Implement #243, separate core/client (PCH support dropped for now) 2015-08-21 22:29:33 +02:00
util.cpp Remove GetCharArg(). Organize CLI options file. 2015-11-14 16:13:08 +00:00
util.h Remove GetCharArg(). Organize CLI options file. 2015-11-14 16:13:08 +00:00