syncevolution/src/syncevo
Patrick Ohly 6ea0886317 LogRedirect: fixed "glib" test
The test failed only because the test's own introduction text on
stdout ended up being redirected. Flushing it before running the
test avoids that.

The flushing was added to both the client runner (because some other
tests also accidentally redirected the output, and it should be
made visible right away) and to the "glib" test (because it shouldn't
depend on flushing in the runner).
2011-02-04 16:14:13 +01:00
..
configs vcard profile: allow switching to extended date format 2011-01-27 16:10:43 +01:00
Cmdline.cpp command line: --sync/source-property keyword optional 2011-02-03 14:05:16 +01:00
Cmdline.cpp.orig documentation + command line: unified source of usage information (MBC #690) 2010-07-12 16:31:46 +02:00
Cmdline.cpp.rej documentation + command line: unified source of usage information (MBC #690) 2010-07-12 16:31:46 +02:00
Cmdline.h SyncConfig + command line: enabled migration of config contexts 2011-02-01 22:14:22 +01:00
ConfigFilter.cpp command line: specify properties per source and config 2011-01-25 11:11:53 +01:00
ConfigFilter.h command line: specify properties per source and config 2011-01-25 11:11:53 +01:00
ConfigNode.cpp command line: specify properties per source and config 2011-01-25 11:11:53 +01:00
ConfigNode.h command line: specify properties per source and config 2011-01-25 11:11:53 +01:00
ConfigTree.h config classes: added reload() 2011-01-10 13:46:02 +01:00
CurlTransportAgent.cpp syncevo-dbus-server + syncevolution: fixed signal handling and D-Bus suspend/abort/shutdown (MB#7555) 2009-11-09 20:52:28 +01:00
CurlTransportAgent.h TransportAgent: added shutdown(), moved HTTP setup out of core engine 2009-10-07 18:10:55 +02:00
DataBlob.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
declarations.h stdout: never write to std::cout directly (MB #5041) 2010-03-29 11:01:35 +02:00
DevNullConfigNode.h config: share properties between peers, configuration view without peer 2009-11-25 16:57:50 +01:00
eds_abi_wrapper.cpp EDS: revised workaround for D-Bus method timeouts (BMC #4026) 2010-09-06 23:48:38 +08:00
eds_abi_wrapper.h libical: allow using it without libecal 2010-12-01 12:32:45 +01:00
FileConfigNode.cpp ConfigNode: moved ConfigNode::createFileNode() into separate file 2010-05-04 09:39:20 +02:00
FileConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
FileConfigTree.cpp config classes: added reload() 2011-01-10 13:46:02 +01:00
FileConfigTree.h config classes: added reload() 2011-01-10 13:46:02 +01:00
FileDataBlob.cpp DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
FileDataBlob.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
FilterConfigNode.cpp ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
FilterConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
HashConfigNode.h ConfigNode API: added writeProperties() and clear() 2009-10-07 18:17:14 +02:00
IniConfigNode.cpp single file format for multiple .ini files (MBC #1208) 2010-05-04 09:39:20 +02:00
IniConfigNode.h config classes: added reload() 2011-01-10 13:46:02 +01:00
installcheck-local.sh packaging: another fix for installcheck-local 2009-10-15 14:44:50 +02:00
lcs.cpp LCS: Longest Common Subsequence 2010-01-19 17:23:07 +01:00
lcs.h lcs: fixed out-of-bounds array access (MBC #1007) 2010-05-31 12:44:55 +02:00
LocalTransportAgent.cpp local sync: override properties per config 2011-01-25 11:38:49 +01:00
LocalTransportAgent.h local sync: fixed a bug when overflowing the default message size 2010-12-07 18:21:40 +01:00
Logging.cpp local sync: added target context to [INFO/DEBUG/...] prefix 2010-12-10 13:16:31 +01:00
Logging.h local sync: added target context to [INFO/DEBUG/...] prefix 2010-12-10 13:16:31 +01:00
LogRedirect.cpp LogRedirect: fixed "glib" test 2011-02-04 16:14:13 +01:00
LogRedirect.h LogRedirect: allow writing into file instead of original stdout 2011-01-27 16:10:43 +01:00
LogStdout.cpp local sync: added target context to [INFO/DEBUG/...] prefix 2010-12-10 13:16:31 +01:00
LogStdout.h local sync: write child messages into <test>.log text file 2010-12-10 13:16:23 +01:00
Makefile.am include headers: LogRedirect.h depends on LogStdout.h 2011-01-27 18:16:12 +01:00
MapSyncSource.cpp MapSyncSource: use backup/restore in sub sync source 2010-12-01 12:32:45 +01:00
MapSyncSource.h backend API cleanup: removal of "const char *" return types 2011-01-18 15:15:09 +01:00
MultiplexConfigNode.cpp ConfigProperty: removed the SHARED_AND_UNSHARED hack 2011-02-03 13:00:22 +01:00
MultiplexConfigNode.h shared layout: fix for showing and setting "type" property (MB #9939) 2010-03-03 12:01:12 +01:00
ObexTransportAgent.cpp ObexTransportAgent: set requestStart for connect 2010-04-01 13:10:44 +02:00
ObexTransportAgent.h ObexTransportAgent: Fix valgrind warnings (MB#10091) 2010-03-12 06:33:13 -08:00
PrefixConfigNode.cpp ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
PrefixConfigNode.h ConfigNode: use map with case-insensitive keys for properties 2009-11-25 16:57:51 +01:00
readme2c.pl command line: --delete-items ... * deletes all items 2010-10-26 10:24:48 +02:00
SafeConfigNode.cpp command line: use % as escape character for luids 2010-09-01 15:59:48 +02:00
SafeConfigNode.h command line: use % as escape character for luids 2010-09-01 15:59:48 +02:00
SafeOstream.cpp DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
SafeOstream.h DataBlob: abstract access to chunks of data 2010-05-04 09:39:19 +02:00
SingleFileConfigTree.cpp config classes: added reload() 2011-01-10 13:46:02 +01:00
SingleFileConfigTree.h config classes: added reload() 2011-01-10 13:46:02 +01:00
SmartPtr.h SmartPtr: fixed incorrect ifdefs around ical unref 2010-12-01 12:32:48 +01:00
SoupTransportAgent.cpp nightly testing: added HTTP resend tests based on an external proxy script 2011-01-03 21:04:07 +01:00
SoupTransportAgent.h syncevo-dbus-server + OBEX: transport was not enabled (MB #9436) 2010-02-10 10:01:17 +01:00
StringDataBlob.cpp StringDataBlob: implemented write() method 2010-12-01 12:32:47 +01:00
StringDataBlob.h StringDataBlob: implemented write() method 2010-12-01 12:32:47 +01:00
SyncConfig.cpp ConfigProperty: removed the SHARED_AND_UNSHARED hack 2011-02-03 13:00:22 +01:00
SyncConfig.h ConfigProperty: removed the SHARED_AND_UNSHARED hack 2011-02-03 13:00:22 +01:00
SyncContext.cpp LogDir: fixed order of output in -log.html 2011-01-27 16:10:43 +01:00
SyncContext.h local sync: override properties per config 2011-01-25 11:38:49 +01:00
syncevolution.pc.in Dynamic loadable backends: repackage libsyncevolution to enable dynamic loadable backends 2009-09-23 07:35:25 +02:00
SyncML.cpp SyncML error codes: added some more SyncEvolution error aliases 2010-12-01 12:32:46 +01:00
SyncML.h config handling: added versioning 2011-01-11 16:42:02 +01:00
SyncSource.cpp config: reduce dependencies on "type" property string 2011-02-02 10:05:42 +01:00
SyncSource.h backend API cleanup: removal of "const char *" return types 2011-01-18 15:15:09 +01:00
SynthesisDBPlugin.cpp backend API cleanup: removal of "const char *" return types 2011-01-18 15:15:09 +01:00
SynthesisEngine.cpp DBusServer: change status code for password timeout (MB#9636) 2010-03-17 18:40:20 +08:00
SynthesisEngine.h DBusServer: change status code for password timeout (MB#9636) 2010-03-17 18:40:20 +08:00
TrackingSyncSource.cpp backend API cleanup: removal of "const char *" return types 2011-01-18 15:15:09 +01:00
TrackingSyncSource.h backend API cleanup: removal of "const char *" return types 2011-01-18 15:15:09 +01:00
TransportAgent.cpp syncevo-dbus-server: allow SAN messages to start a Connection 2009-10-07 18:12:57 +02:00
TransportAgent.h TransportException: moved into util.h 2010-12-01 12:32:48 +01:00
util.cpp Exception: log it at debug level 2011-01-27 16:10:43 +01:00
util.h Exception: log it at debug level 2011-01-27 16:10:43 +01:00
VolatileConfigNode.h files and classes renamed, include statements cleaned up 2009-10-05 14:49:32 +02:00
VolatileConfigTree.h config handling: old-style configs not found anymore (BMC #9381) 2010-11-01 12:49:12 +01:00