root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @569 [569] 08/19/08 12:16:37 bellmich fixed SAN handling If the session is to fast set to state ESTABLISHED …
(edit) @568 [568] 08/19/08 12:15:25 bellmich fixed session type detection which can lead to wrong events
(edit) @567 [567] 08/19/08 11:30:25 bellmich centralized username and password handling for OMA DS clients (OMA DS …
(edit) @566 [566] 08/19/08 11:10:18 bellmich An OBEX server disconnect should only be executed on error. Usually …
(edit) @565 [565] 08/19/08 10:35:01 bellmich - added OBEX server support incl. Bluetooth
(edit) @564 [564] 08/19/08 10:33:31 bellmich - added obex server code (caused a code re-organization) - more …
(edit) @563 [563] 08/19/08 10:25:03 bellmich status code 508 is not an error (REFRESH REQUIRED)
(edit) @562 [562] 08/19/08 10:24:04 bellmich The session ID is much too long.
(edit) @561 [561] 08/18/08 13:39:07 dgollub Remove unused variables.
(edit) @560 [560] 08/18/08 13:38:39 dgollub Add missing header of glib (glib-stdio.h) Fix warning about different use …
(edit) @559 [559] 08/18/08 13:17:19 dgollub Handle UNKNOWN SAN Version in switch case.
(edit) @558 [558] 08/18/08 13:13:38 dgollub Fixed compiler warnings about: ./libsyncml/data_sync_api/data_sync.c: In …
(edit) @557 [557] 08/18/08 13:09:58 dgollub Fix warning about: "format %llu' expects type long long unsigned int', …
(edit) @556 [556] 08/18/08 12:00:10 bellmich changed a port which was used twice during the tests (all other changes …
(edit) @555 [555] 08/18/08 11:57:03 bellmich If the test is not executed as root then the used port should be greter …
(edit) @554 [554] 08/18/08 11:51:11 bellmich - more generic OBEX server code - Bluetooth and IRDA are now supported too
(edit) @553 [553] 08/18/08 11:50:17 bellmich fixed wrong warnings
(edit) @552 [552] 08/17/08 15:58:17 dgollub Fix parameter list of smlTrace() call.
(edit) @551 [551] 08/17/08 15:54:10 dgollub Correct parameter list of smlTrace() call.
(edit) @550 [550] 08/15/08 14:44:39 bellmich Integrated smlTransportStop into …
(edit) @549 [549] 08/15/08 13:36:01 bellmich added my libsyncml copyrights for 2008
(edit) @548 [548] 08/15/08 12:44:07 bellmich added my libsyncml copyrights for 2007
(edit) @547 [547] 08/15/08 11:54:04 bellmich I asked the copyright holders and all agreed to upgrade the license from …
(edit) @546 [546] 08/15/08 11:33:39 bellmich CRL support is not possible today
(edit) @545 [545] 08/14/08 15:20:44 bellmich small fixes for the more sensitive session state management and better …
(edit) @544 [544] 08/14/08 15:19:52 bellmich An OMA DS client does not need to verify the password of an OMA DS server.
(edit) @543 [543] 08/14/08 15:17:09 bellmich added support for SAN handling (the session is not fully established in …
(edit) @542 [542] 08/14/08 15:16:08 bellmich fixed typo
(edit) @541 [541] 08/14/08 15:15:14 bellmich fixed typo
(edit) @540 [540] 08/14/08 13:19:08 bellmich fixed tests for more exact session validation
(edit) @539 [539] 08/14/08 12:59:27 bellmich 1. If this is an OMA DS server then it should not react on status codes …
(edit) @538 [538] 08/14/08 12:57:30 bellmich libsyncml can now be used without authentication. Nevertheless there will …
(edit) @537 [537] 08/14/08 12:56:23 bellmich The default header callback should not be used for OMA DS clients because …
(edit) @536 [536] 08/13/08 17:36:42 bellmich add full server side authentication support
(edit) @535 [535] 08/13/08 17:35:54 bellmich OMA DS server supports now full standard compliant authentication.
(edit) @534 [534] 08/13/08 16:58:25 bellmich fixed alert type handling
(edit) @533 [533] 08/13/08 16:50:46 bellmich SML_ALERT_TYPE_UNKNOWN is not always an error and can be tolerated.
(edit) @532 [532] 08/13/08 16:49:23 bellmich If the Chal should be dumped then the presence of chal should be …
(edit) @531 [531] 08/12/08 19:32:58 bellmich emergency fix to avoid segfaults Sometimes tests crash with a segfault …
(edit) @530 [530] 08/12/08 19:02:52 bellmich introduced new syncml-ds-tool which replaces syncml-obex-client
(edit) @529 [529] 08/12/08 19:00:33 bellmich Initial commit of the high level data sync API.
(edit) @528 [528] 08/12/08 18:56:47 bellmich replaced URL and PORT by the more common BLUETOOTH_ADDRESS and …
(edit) @527 [527] 08/12/08 18:52:24 bellmich If authentication cause an automatic session flush then the flush event …
(edit) @526 [526] 08/07/08 20:09:55 dgollub Removed inline assembler which got commited by accident.
(edit) @525 [525] 08/03/08 15:58:51 dgollub Add include path for gobject for g_type_init() use in transport component.
(edit) @524 [524] 08/03/08 15:58:05 dgollub Allow smlManagerFree() call even if transport is not registered. This …
(edit) @523 [523] 08/03/08 15:57:03 dgollub - do smlAssert() for name and value parameter - not allowed to be NULL. - …
(edit) @522 [522] 08/03/08 02:03:31 dgollub Avoid gcc compiler build warning about: implicit declaration of function …
(edit) @520 [520] 07/31/08 13:03:21 dgollub Added release instruction file.
(edit) @519 [519] 07/29/08 15:46:45 bellmich CHECK_ERROR_REF again
(edit) @518 [518] 07/29/08 15:36:18 bellmich introduced macro CHECK_ERROR_REF (no API change - only internal)
(edit) @517 [517] 07/28/08 12:39:51 bellmich Important fix of a longterm issue ... Every transport runs in …
(edit) @516 [516] 07/28/08 10:47:40 bellmich Undoing change committed in r512.
(edit) @515 [515] 07/27/08 12:01:24 dgollub Link against gobject-2.0 - g_type_init() is used.
(edit) @514 [514] 07/26/08 01:13:56 dgollub Changed library versioning and sonaming implementation. Based on the …
(edit) @513 [513] 07/25/08 17:42:20 bellmich do not test erroneous behaviour (there must be at minimum one error for …
(edit) @512 [512] 07/25/08 15:43:24 bellmich no transport should call smlTransportRunAsync by itself - fixed http …
(edit) @511 [511] 07/25/08 12:00:57 bellmich more aggressive configuration checks for http server transport
(edit) @510 [510] 07/24/08 16:13:43 bellmich better error messages
(edit) @509 [509] 07/24/08 14:53:43 bellmich avoid trouble if one parameter is NULL
(edit) @508 [508] 07/23/08 18:57:47 bellmich added tests for Nokia S60 and S80 platform
(edit) @507 [507] 07/22/08 16:49:52 bellmich fixed several cmompiler warnings (missed tools directory in last commit)
(edit) @506 [506] 07/22/08 16:48:46 bellmich - fixed several compiler warnings - removed unnecessary include in …
(edit) @505 [505] 07/22/08 15:49:37 dgollub Give warning when someone mixes database location with database type.
(edit) @504 [504] 07/22/08 14:19:34 bellmich several fixes to make the framework more flexible
(edit) @503 [503] 07/18/08 16:50:42 bellmich splitted source base for mobile specific tests
(edit) @502 [502] 07/18/08 14:57:26 bellmich - fixed a typo (syncml-obex-client) - removed a commented test case …
(edit) @501 [501] 07/18/08 10:13:33 bellmich fixed the obex server again after understanding what's going on
(edit) @500 [500] 07/16/08 15:29:47 bellmich - added serverside OMA DS 1.2 SAN support - activated san_12 test of …
(edit) @499 [499] 07/16/08 15:27:37 bellmich fixed the send function more correctly errors will now be signalled
(edit) @498 [498] 07/16/08 13:02:05 bellmich fixed wrong env loading
(edit) @497 [497] 07/16/08 11:13:54 bellmich - completed SAN mimetype support - replaced explicit mimetypes by macros
(edit) @496 [496] 07/15/08 17:42:44 bellmich Updated the tests to the actual code base. OMA DS 1.2 SANs are not …
(edit) @495 [495] 07/15/08 17:41:51 bellmich adopted the test to the more complete error escalation of the transport …
(edit) @494 [494] 07/15/08 17:30:06 bellmich If a session is created by the manager then this is usually done for …
(edit) @493 [493] 07/15/08 17:29:07 bellmich added missing error escalation
(edit) @492 [492] 07/15/08 12:25:00 bellmich centralized session ID generation and made it safe for all situations
(edit) @491 [491] 07/15/08 11:55:43 bellmich enforce error handling for transport layer
(edit) @490 [490] 07/14/08 14:58:59 bellmich enforce error handling and give nice error messages
(edit) @489 [489] 07/14/08 11:23:09 bellmich fixed typo no idea why this error is not detected by compiler and linker
(edit) @488 [488] 07/11/08 17:32:06 bellmich - enforce error handling in DevInf? code more agressively - enforce …
(edit) @487 [487] 07/11/08 17:09:39 bellmich removed duplicated code
(edit) @486 [486] 07/10/08 18:03:07 bellmich The major change is full standard compliant large object support. This …
(edit) @485 [485] 07/10/08 17:57:08 bellmich The http binaries will no longer be installed because they are only …
(edit) @484 [484] 07/08/08 17:26:54 bellmich supportLargeObjs and supportNumberOfChanges are the default again. Several …
(edit) @483 [483] 07/08/08 14:19:54 bellmich fixed versioning - downward binary API compatibility can now be supported
(edit) @482 [482] 07/07/08 10:34:29 bellmich added support for timestamp based anchors
(edit) @481 [481] 07/07/08 10:30:13 bellmich never use warnings which only contain data (e.g. "WARNING: (null)")
(edit) @480 [480] 07/02/08 12:13:54 bellmich fix for bug #148 (bug report and solution from Josh Guilfoyle)
(edit) @479 [479] 06/30/08 13:11:34 bellmich added SESSION_ESTABLISHED signal to OMA DS server support too
(edit) @478 [478] 06/27/08 22:00:46 bellmich added SESSION_ESTABLISHED events
(edit) @477 [477] 06/27/08 16:58:49 bellmich fixed several problem: - never use default thread context - never send …
(edit) @476 [476] 06/26/08 14:31:12 bellmich syncml-obex-client should send MaxMsgSize? only if the user configured one.
(edit) @475 [475] 06/26/08 14:21:21 bellmich fixed output (9f results no longer in ffffff9f)
(edit) @474 [474] 06/26/08 13:31:44 bellmich This is a cleanup for MaxMsgSize? and MaxObjSize? functions and …
(edit) @473 [473] 06/24/08 17:57:45 bellmich fixed large object signalling via DevInf?
(edit) @472 [472] 06/24/08 17:16:59 bellmich last is not necessary if a slow sync is performed
(edit) @471 [471] 06/24/08 17:16:33 bellmich added comment which explains why we actually add a senseless namespace
(edit) @470 [470] 06/24/08 13:37:11 bellmich added comments to document order of Alert elements according to SyncML 1.2 …
(edit) @469 [469] 06/24/08 13:25:23 bellmich fixed order of Item elements according to SyncML 1.2 spec
Note: See TracRevisionLog for help on using the revision log.