summaryrefslogtreecommitdiff
path: root/libpurple/network.c
Commit message (Expand)AuthorAgeFilesLines
* Remove our stun codeGary Kramlich2023-03-041-82/+3
* Remove the remaining nat-pmp code for auto discovering ip addressesGary Kramlich2023-01-211-15/+0
* Remove the TURN stuff as it didn't do much and is going to move to TraversityGary Kramlich2023-01-211-33/+0
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-1/+1
* Remove the upnp APIGary Kramlich2022-10-231-22/+0
* Remove unused port mapping tablesElliott Sales de Andrade2022-09-251-75/+0
* Clean up a bunch of stuff in internal.hGary Kramlich2022-09-121-0/+2
* remove purple_network_get_handle as it is no longer usedGary Kramlich2021-10-281-10/+0
* Fix several typos in libpurpleElliott Sales de Andrade2021-10-101-1/+1
* Remove unused Windows ioctl wrapper.Elliott Sales de Andrade2021-02-131-1/+0
* Delete some now-unused networking bitsElliott Sales de Andrade2020-12-211-13/+0
* Cleanup local IP gettersElliott Sales de Andrade2020-12-201-73/+20
* Remove network listener code.Elliott Sales de Andrade2020-12-181-284/+14
* Remove file descriptor argument from local IP getter functions.Elliott Sales de Andrade2020-12-181-9/+9
* Use GLib's byte-order macros.Elliott Sales de Andrade2020-12-181-4/+4
* Depend on libnice as farstream already pulled it in and replace purple_networ...Gary Kramlich2020-11-201-83/+0
* Hide common_sockaddr_t as it needs to be removed but it's causing issues nowGary Kramlich2020-07-131-0/+8
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-0/+1
* fix various memory leaksFabrice Bellet2019-10-211-1/+2
* Make purple_network_get_my_ip_from_gio return non-const.Elliott Sales de Andrade2019-11-031-14/+12
* xmpp: Convert unencrypted connections to pure GIO.Elliott Sales de Andrade2019-11-011-0/+61
* Convert UPnP mappings to libsoup.Elliott Sales de Andrade2019-10-121-0/+2
* network: Drop unused purple_network_convert_idn_to_ascii()Mike Ruprecht2018-11-051-30/+0
* Remove purple_timeout_* function usageMike Ruprecht2017-06-151-3/+3
* Plug g_resolver_get_default() leaksMike Ruprecht2016-01-071-2/+6
* Use the GResolver which was passed to g_resolver_lookup_*_async()Mike Ruprecht2016-01-071-1/+2
* Move everything in libpurple that was using the network-changed signal to use...Gary Kramlich2015-12-281-250/+1
* First stab at replacing network-manager with gio, this probably breaks win32,...Gary Kramlich2015-12-281-262/+4
* Merge default back inGary Kramlich2015-12-211-4/+3
|\
| * The last of the NULL-checks before free()Michael McConville2015-12-211-4/+3
* | Remove some async lookups that accidentally got left in from my first run at ...Gary Kramlich2015-12-201-42/+19
* | Avoid creating a variable we don't needGary Kramlich2015-12-171-3/+1
* | Update network.c for the dns code removalGary Kramlich2015-12-151-33/+48
|/
* Merge release-2.x.yTomasz Wasilczyk2014-05-131-90/+122
|\
| * Merge release-2.x.yTomasz Wasilczyk2014-05-071-2/+3
| |\
| * | Fix most of invalid alignment warningsTomasz Wasilczyk2014-04-031-25/+34
| * | Fix namespaces issues in libpurple.Ankit Vani2014-02-101-1/+1
| * | Fix some gtk-doc warnings till proxy.cAnkit Vani2014-02-051-3/+5
| * | Remove @file from .c filesAnkit Vani2014-02-041-5/+0
| * | Refactored log, network, notify to use GType instead of PurpleValueAnkit Vani2013-07-181-1/+1
| * | Don't use deprecated threads API for recent GLib versionsTomasz Wasilczyk2013-04-181-1/+50
| * | Get rid of useless form of purple_network_ip_atoiTomasz Wasilczyk2013-04-171-23/+19
| * | Replace deprecated g_thread_create with g_thread_try_newTomasz Wasilczyk2013-04-141-1/+4
| * | Support new connection states and signals for NetworkManager 0.9+.Dan Williams2011-12-221-2/+20
| * | Remove deprecated purple_network_listen_map_external().Andrew Victor2011-09-241-13/+8
| * | Rename purple_network_listen_range_family() to purple_network_listen_range().Andrew Victor2011-09-241-10/+1
| * | Remove the deprecated purple_network_listen(), and rename the newerAndrew Victor2011-09-241-9/+1
| * | Replace purple_dnsquery_a_account with purple_dnsquery_a.Elliott Sales de Andrade2011-09-021-2/+2
* | | Get rid of fair amount of copy-pasta and coverity warningsTomasz Wasilczyk2014-05-121-7/+28
| |/ |/|
* | Fix some CWE-252 coverity warningsTomasz Wasilczyk2014-05-061-2/+3