Nils Maier
|
1dd7409c4e
Fix unused function warning about generateRandomDataUrandom in mingw-w64
|
há 11 anos atrás |
Nils Maier
|
010131161e
Remove ENABLE_MESSAGE_DIGEST, since we got the internal md, always
|
há 11 anos atrás |
Tatsuhiro Tsujikawa
|
2c566ccb68
Fix bad fork() return value handling
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
9f5fdb4e10
Code cleanup
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
fd0136259c
Remove nativeToUtf8 and utf8ToNative
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
50ac6afe36
util.cc: Remove uselss inline static
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
b772aa6a5e
util::percentEncodeMini: Fix regression bug removed unsignedness
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
d7d5e8570b
Include prefs.h instead of typedef PrefPtr everywhere
|
há 12 anos atrás |
Nils Maier
|
86c61fcf5b
Make generateRandomBytes less biased.
|
há 12 anos atrás |
Nils Maier
|
3590077d5c
More auto-converts by cpp11-migrate
|
há 12 anos atrás |
Nils Maier
|
a76eeb2b81
Introduce PrefPtr typedef
|
há 12 anos atrás |
Nils Maier
|
8e6e46dfcf
More code cleanups
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
acd2af82d0
util::htmlEscape: Optimize a bit
|
há 12 anos atrás |
Nils Maier
|
75e61ee3d0
Fast-path for percentEncodeMini(string&)
|
há 12 anos atrás |
Nils Maier
|
b2da75ca33
Optimize htmlEscape implementation a bit
|
há 12 anos atrás |
Nils Maier
|
1b8de6bb18
Add fast-path to percentEncode(string&)
|
há 12 anos atrás |
Nils Maier
|
8526ceeb45
Convert to autos and ranged loops
|
há 12 anos atrás |
Nils Maier
|
d8f44ef4f6
Convert most 0/NULL pointers to nullptr
|
há 12 anos atrás |
Nils Maier
|
bf5a940ed4
Define a type for signal handlers
|
há 12 anos atrás |
Nils Maier
|
79fcafc31f
Win: Use SetConsoleCtrlHandler for SIGINT/SIGTERM
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
7e6db8d801
Use std::unique_ptr instead of array_ptr
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
74d6d64271
Use std::unique_ptr for MessageDigest
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
da7400ef5c
Return std::unique_ptr member as const ref
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
2761301dfb
Rewrite util::divide
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
b364c2436b
toUpper, toLower: Let compiler copy src
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
10cdc59297
Remove vbegin and vend in favor of std::begin and std::end
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
50dcd6394c
Use std::unique_ptr instead of std::shared_ptr
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
07d270c87e
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
há 12 anos atrás |
Nils Maier
|
b7ef53b13d
OSX (now) needs signal.h for sigaction
|
há 12 anos atrás |
Tatsuhiro Tsujikawa
|
0fa92911d7
util.cc: Include only signal.h for opensolaris build
|
há 12 anos atrás |