summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * bonjour-discovery-client: Move Socket processing methods to a common placeSiraj Razick2012-03-262-0/+115
| * bonjour-contact-manager: Start browsing for bonjour serviceSiraj Razick2012-03-261-5/+134
| * bonjour-contact-manager: Remove Dead code copiled over from AvahiSiraj Razick2012-03-261-151/+10
| * bonjour-self: Remove duplicate Socket processing methodSiraj Razick2012-03-261-25/+7
| * bonjour-self: Announce the service name properlySiraj Razick2012-03-261-4/+4
| * build: Fix linker errors when linking libsalut-pluginsSiraj Razick2012-03-261-0/+1
|/
* Eliminate trailing whitespace so make check can pass againSimon McVittie2012-03-261-1/+1
* Replace plugindir with an AC_ARG_VAR so it can be passed to configureSimon McVittie2012-03-265-7/+10
* Install non-ABI-stable libraries used by plugins to a private directorySimon McVittie2012-03-264-4/+15
* Avoid non-portable use of += in configure.acSimon McVittie2012-03-261-4/+4
* Avoid Wocky trying to install into --prefix=NONESimon McVittie2012-03-261-0/+7
* g_thread_init() is deprecated but still needed in GLib 2.30 and older.Alvaro Soliverez2012-03-201-2/+1
* Update NEWSOlli Salli2012-03-161-0/+2
* Merge branch 'plugin-api-fix'Olli Salli2012-03-1615-118/+54
|\
| * Update wocky submodule pointer to version with wocky_send_ll_pep_eventOlli Salli2012-03-161-0/+0
| * SalutPluginInitializeImpl: Replace the protocol ctor callback with a vtable o...Olli Salli2012-03-164-8/+20
| * Remove SalutPluginContact and salut_send_ll_pep_eventOlli Salli2012-03-168-280/+1
| * SalutContact: implement WockyXep0115Caps::has_featureOlli Salli2012-03-161-0/+10
| * Add wocky to LIBS salut plugin API pkgconfig filesOlli Salli2012-03-152-2/+2
| * Remove protocol.h from the plugin APIOlli Salli2012-03-155-7/+5
| * Completely eradicate the dependency to salut_protocol_new from the plugin libOlli Salli2012-03-153-4/+8
| * Fix coding style distcheck issues from Alvaro's plugin API commitsOlli Salli2012-03-152-3/+3
| * Build wocky and the plugins library as version-specific shared librariesOlli Salli2012-03-153-2/+2
| * Moved caps-channel-manager to the plugins library, as the code is usedAlvaro Soliverez2012-03-151-2/+2
| * Move plugin library-specific code from util.c into its own file, toAlvaro Soliverez2012-03-1510-72/+254
| * Use a callback to get custom SalutProtocol in the plugin library, soAlvaro Soliverez2012-03-152-2/+11
|/
* Update NEWSOlli Salli2012-03-151-0/+3
* connection: Add TP_CONNECTION_INTERFACE_CONTACT_LIST to the interface listSiraj Razick2012-03-151-0/+1
* bonjour-self: Fix compile problem by adding the missing braceSiraj Razick2012-03-131-0/+1
* Update NEWSOlli Salli2012-03-131-3/+5
* Merge remote-tracking branch 'siraj/bonjour_windows'Olli Salli2012-03-1315-19/+1533
|\
| * file-transfer-channel: Fix Compile issues under Windows/mingw32Siraj Razick2012-03-121-1/+5
| * build: Use gio-windows-2.0 when cross compilingSiraj Razick2012-03-122-5/+17
| * self : pass the correct error pointer when calling set_avatar of the childSiraj Razick2012-03-121-2/+2
| * protocol : Adapt protocol to support bonjour backendSiraj Razick2012-03-121-0/+2
| * connection: Use MUC and roomlist only with AvahiSiraj Razick2012-03-121-1/+11
| * connection: use si-bytestream-manager only for avahiSiraj Razick2012-03-121-0/+9
| * salut: Use bonjour discovery clientSiraj Razick2012-03-123-2/+7
| * debug: Make SALUT_DEBUG=discovery workSiraj Razick2012-03-121-1/+1
| * bonjour-self: Introduce BonjourSelfSiraj Razick2012-03-123-4/+687
| * bonjour-contact-manager : Dummy ContactManagerSiraj Razick2012-03-123-0/+402
| * bonjour-discovery-client : Introduce Bonjour discovery clientSiraj Razick2012-03-123-1/+355
| * build: Adapt Makefile.am to use USE_BACKEND_BONJOURSiraj Razick2012-03-121-2/+21
| * build: Introduce libdns_sd backend for --with-backend switchSiraj Razick2012-03-121-2/+19
| * muc-channel: Remove redefinition of SalutMucChannelPrivateSiraj Razick2012-03-121-3/+0
|/
* Update NEWSOlli Salli2012-03-091-1/+2
* Merge remote-tracking branch 'tdfischer/tdfischer/gsocket-file-xfer'Olli Salli2012-03-0914-155/+209
|\
| * Merge ipv4/6 testing into the file transfer tester so any test can be ran wit...Trever Fischer2012-03-0711-205/+52
| * Cleanup code formatting, errors, warnnings, and use of TpSocketAddressTypeTrever Fischer2012-03-071-24/+48
| * Stop leaking the underlying GSocketTrever Fischer2012-03-071-17/+25