summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* GibberBytestreamDirect connects to the right host instead of localhostAlban Crequy2008-08-114-10/+19
* tube-stream.c: Block reading on the application's socket when the tube's buff...Alban Crequy2008-08-111-3/+74
* SalutDirectBytestreamManager: clean up API, stop listening on the socket when...Alban Crequy2008-08-114-48/+119
* 1-1 tubes: use direct tcp connections, and connect to the right portAlban Crequy2008-08-117-81/+182
* src/salut-direct-bytestream-manager.c: Remove uneeded variablesAlban Crequy2008-08-111-7/+0
* DirectBytestreamManager listens for connections (initiator side). Prototype t...Alban Crequy2008-08-114-9/+325
* direct-bytestream-manager: make DEBUG() worksAlban Crequy2008-08-112-5/+9
* src/salut-direct-bytestrefix typo in gobject macrosAlban Crequy2008-08-111-1/+1
* salut-connection.c: Fix type when creating the DirectBytestreamManagerAlban Crequy2008-08-111-1/+1
* Stream tubes: Simplify extra_bytestream_negotiate_cb: remove uneeded parametersAlban Crequy2008-08-113-8/+3
* Add GibberBytestreamDirect, and SalutDirectBytestreamManager uses GibberBytes...Alban Crequy2008-08-112-0/+22
* Add direct-bytestream-manager, still emptyAlban Crequy2008-08-115-10/+401
* Rename SalutBytestreamManager to SalutSiBytestreamManagerAlban Crequy2008-08-116-132/+148
* Move salut-bytestream-manager to salut-si-bytestream-managerAlban Crequy2008-08-115-5/+10
* Remove never used parameter bytestream when creating a tubeAlban Crequy2008-08-113-15/+9
* Coding styleAlban Crequy2008-08-111-1/+1
* src/salut-tubes-channel.c: Comment on GHashTable *tubesAlban Crequy2008-08-111-0/+1
* Remove obsolete code: the code receiving tube requests is in SalutTubesManagerAlban Crequy2008-08-111-67/+1
* Use application/octet-stream instead of binary/octect-streamAlban Crequy2008-08-111-3/+3
* Remove <transport> from the tube offerAlban Crequy2008-08-111-6/+0
* Stream tube object sends a close tube message when the tube is close. It has ...Alban Crequy2008-08-115-72/+201
* src/salut-tubes-channel.c: Close the tube when we receive a iq type=error aft...Alban Crequy2008-08-111-6/+2
* Implement 1-1 tubesAlban Crequy2008-08-113-5/+49
* Export the Tubes Manager object for users of the Salut Connection objectAlban Crequy2008-08-111-0/+15
* Send <tube> stanza with the right parametersAlban Crequy2008-08-111-8/+20
* Open a tube on the remote side when the initiator request itAlban Crequy2008-08-113-21/+140
* Rename tubes_message_received to tubes_muc_message_receivedAlban Crequy2008-08-113-6/+8
* Start to parse iq query and repliesAlban Crequy2008-08-112-10/+73
* Send iq offer only 1 timeAlban Crequy2008-08-115-1/+35
* SalutTubesChannel's dispose: unref, disconnect signals and remove stanza filtersAlban Crequy2008-08-111-0/+31
* Coding style, reported by cassidyAlban Crequy2008-08-112-3/+3
* Coding styleAlban Crequy2008-08-111-6/+6
* Effectively send iq and receive the replyAlban Crequy2008-08-111-7/+30
* Connect to the contact to offer a tubeAlban Crequy2008-08-114-8/+534
* Salut Tubes ManagerAlban Crequy2008-08-114-12/+529
* salut-connection: no need to get the DBus proxy when disposingGuillaume Desmottes2008-04-071-3/+0
* muc-channel: add debug info about membership managementGuillaume Desmottes2008-03-281-4/+16
* contact-manager: use the service name and not the activity name when removing...Guillaume Desmottes2008-03-181-1/+1
* tube-stream: wait the buffer is empty before remove the transportGuillaume Desmottes2008-02-201-8/+40
* src/Makefile.am: use POSIX character classes instead of rangesMarco Barisione2008-02-121-1/+1
* src/Makefile.am: allow digits in type names while generating marshallersMarco Barisione2008-02-121-1/+1
* SalutMucManager: If setting up a resolver fails then we can get into a situat...Sjoerd Simons2008-02-071-1/+5
* salut-contact: GError have to be freed using g_error_free, not g_freeGuillaume Desmottes2008-02-011-1/+1
* tube-dbus: fix a reference leak when creating the muc bytestreamGuillaume Desmottes2008-01-311-0/+1
* salut_tube_dbus_constructor: when handle_type is room, the bytestream have to...Guillaume Desmottes2008-01-311-1/+1
* salut-self: convert error code to TP_ERROR_NETWORK_ERROR when announce_activi...Guillaume Desmottes2008-01-311-2/+7
* salut-contact: display error message when ga_service_resolver_attach failedGuillaume Desmottes2008-01-291-2/+4
* salut-contact-manager.c: use DEBUG macro instead of g_messageGuillaume Desmottes2008-01-291-1/+1
* Remove various obsolete includesSjoerd Simons2008-01-081-5/+0
* salut_params_free: don't leak the published-nameGuillaume Desmottes2008-01-281-0/+1