.. |
charset
|
3166997125
treewide: replace type repetitions by "auto" in casting statements
|
il y a 7 ans |
include
|
e9b4fdd12e
Merge KC-PR-631
|
il y a 7 ans |
ustringutil
|
f160ba86a2
treewide: simplify small functions to be even smaller
|
il y a 7 ans |
utf8
|
1141c364b0
build: remove last vestiges of boost use
|
il y a 7 ans |
ConsoleTable.cpp
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
ConsoleTable.h
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
ECABEntryID.cpp
|
8e7eaba571
common: remove unused functions
|
il y a 7 ans |
ECACL.cpp
|
e5f2ec8204
common: combine ARRAY_SIZE and arraySize, arrayEnd
|
il y a 7 ans |
ECACL.h
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
ECCache.cpp
|
473d7758d9
misc: use in-class initialization defaults
|
il y a 7 ans |
ECCache.h
|
473d7758d9
misc: use in-class initialization defaults
|
il y a 7 ans |
ECChannel.cpp
|
b682d8dc88
common: replace "select" by "poll"
|
il y a 7 ans |
ECChannelClient.cpp
|
48eb1a643b
common: move {base64,md5}.cpp into stringutil.cpp
|
il y a 7 ans |
ECChannelClient.h
|
dca4eaefb3
common: use initialization and in-class defaults
|
il y a 7 ans |
ECConfig.cpp
|
e841dfc20d
common: add non-throwing variant of ECConfig::Create
|
il y a 7 ans |
ECConfigImpl.cpp
|
681c4bc23e
common: abolish goto and reduce indent after shared_mutex transition
|
il y a 7 ans |
ECConfigImpl.h
|
b10e08acd6
common: use shared_mutex class in ECConfigImpl
|
il y a 7 ans |
ECDebug.cpp
|
386db172a2
common: do direct return from some functions
|
il y a 7 ans |
ECDebugPrint.cpp
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
ECFifoBuffer.cpp
|
3166997125
treewide: replace type repetitions by "auto" in casting statements
|
il y a 7 ans |
ECFifoBuffer.h
|
473d7758d9
misc: use in-class initialization defaults
|
il y a 7 ans |
ECGetText.cpp
|
f160ba86a2
treewide: simplify small functions to be even smaller
|
il y a 7 ans |
ECGuid.cpp
|
a52ffb4f09
common: remove unused libsync classes
|
il y a 8 ans |
ECIConv.cpp
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
ECKeyTable.cpp
|
79c1ef1494
misc: remove unnecessary braces for 1-line blocks
|
il y a 7 ans |
ECLogger.cpp
|
a50ba602ac
misc: add static/const qualifiers for functions and data
|
il y a 7 ans |
ECMemStream.cpp
|
b138071256
provider: condense repeated new-QueryInterface logic
|
il y a 7 ans |
ECMemStream.h
|
b138071256
provider: condense repeated new-QueryInterface logic
|
il y a 7 ans |
ECScheduler.cpp
|
3166997125
treewide: replace type repetitions by "auto" in casting statements
|
il y a 7 ans |
ECSerializer.h
|
0006d42de7
common: move EC{Stream,Fifo}Serializer to its only caller
|
il y a 7 ans |
ECThreadPool.cpp
|
3166997125
treewide: replace type repetitions by "auto" in casting statements
|
il y a 7 ans |
ECUnknown.cpp
|
79c1ef1494
misc: remove unnecessary braces for 1-line blocks
|
il y a 7 ans |
HtmlEntity.cpp
|
3166997125
treewide: replace type repetitions by "auto" in casting statements
|
il y a 7 ans |
HtmlEntity.h
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
HtmlToTextParser.cpp
|
56171620bc
common: reduce source indent in HtmlToTextParser
|
il y a 7 ans |
HtmlToTextParser.h
|
0cae8f7d41
treewide: class declaration rework
|
il y a 7 ans |
IStreamAdapter.cpp
|
473d7758d9
misc: use in-class initialization defaults
|
il y a 7 ans |
IStreamAdapter.h
|
473d7758d9
misc: use in-class initialization defaults
|
il y a 7 ans |
MAPIErrors.cpp
|
ebbc9b061e
misc: fix orthographic errors
|
il y a 7 ans |
SSLUtil.cpp
|
55fe61f299
Merge pull request #421 in KC/kopanocore from release to master
|
il y a 7 ans |
SSLUtil.h
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
StatsClient.cpp
|
3166997125
treewide: replace type repetitions by "auto" in casting statements
|
il y a 7 ans |
StatsClient.h
|
f88f537775
treewide: drop redundant access control specifiers
|
il y a 7 ans |
SymmetricCrypt.cpp
|
48eb1a643b
common: move {base64,md5}.cpp into stringutil.cpp
|
il y a 7 ans |
SymmetricCrypt.h
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
TimeUtil.cpp
|
f160ba86a2
treewide: simplify small functions to be even smaller
|
il y a 7 ans |
TimeUtil.h
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
TmpPath.cpp
|
39bd9264d5
misc: delete unnecessary source indentation
|
il y a 7 ans |
TmpPath.h
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
Trace.cpp
|
5af307cab4
common: print pthread_t identifier as longest int
|
il y a 7 ans |
UnixUtil.cpp
|
a2239b4ef9
misc: reduce indent depth in source (1/5)
|
il y a 7 ans |
codepage.cpp
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
cov-scope.cpp
|
1b08d97d15
build: work around gcc 4.7 dtor behavior
|
il y a 7 ans |
database.cpp
|
d6445380cb
archiver,common: abolish gotos after DB_RESULT rework
|
il y a 7 ans |
fileutil.cpp
|
3166997125
treewide: replace type repetitions by "auto" in casting statements
|
il y a 7 ans |
fileutil.h
|
9caf4050fa
misc: add static keywords, remove unused functions
|
il y a 8 ans |
kcodes.cpp
|
6a95a76956
common: opportunistically return directly from case labels
|
il y a 7 ans |
kopano.pc.in
|
2a5437fbcc
Initial commit
|
il y a 8 ans |
libkcmapi.sym.in
|
aaa871b9af
build: add _S_rep_storage as an exported symbol
|
il y a 8 ans |
libkcutil.sym.in
|
aaa871b9af
build: add _S_rep_storage as an exported symbol
|
il y a 8 ans |
my_getopt.cpp
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
platform.cpp
|
3166997125
treewide: replace type repetitions by "auto" in casting statements
|
il y a 7 ans |
platform.linux.cpp
|
4f69b84ca0
common: avoid unnecessary fd relocation
|
il y a 8 ans |
rtfutil.cpp
|
6d6e97c59a
common: trim U+0000 when converting from RTF-to-HTML
|
il y a 7 ans |
rtfutil.h
|
2d60ab3890
treewide: place all symbols into a namespace
|
il y a 8 ans |
stringutil.cpp
|
4f6090e0b6
Merge branch 'release'
|
il y a 7 ans |
ustringutil.cpp
|
4ab1a245e2
build: remove KC_USES_ICU define
|
il y a 7 ans |