summaryrefslogtreecommitdiff
path: root/libpurple/network.c
Commit message (Expand)AuthorAgeFilesLines
...
* | *** Plucked rev 10ead4688e3af4132d454fa3bc241480500651c9 (dcbw@redhat.com):Mark Doliner2012-02-151-2/+20
|/
* Add support for using TCP relaying with TURNMarcus Lundblad2011-06-061-0/+1
* Use the new account-contextual DNS API everywhere. Refs #11110Daniel Atallah2011-04-191-2/+2
* Support new connection states in NetworkMakanter 0.9. Fixes #13505.Dan Williams2011-04-081-0/+13
* Remove trailing whitespaceRichard Laager2011-01-041-12/+12
* Cast back and forth between int and pointer instead of putting pointersMark Doliner2010-11-291-31/+27
* Fix some cases where an arbitrary string was being specified as a printf format.Daniel Atallah2010-09-171-1/+1
* protocol is the *value*, not the *key*. Thus, we really shouldn't beElliott Sales de Andrade2010-09-031-2/+0
* Removed the TCP and TLS TURN relaying options since libnice currently only su...Marcus Lundblad2010-08-311-2/+0
* Added ability to relay over TCP and TLS for TURN for media.Marcus Lundblad2010-08-251-0/+2
* Make sure we keep track of this timer and remove it if our caller freesMark Doliner2010-08-101-2/+7
* Add network listen functions that accept a family argument (AF_INET(6?)).Paul Aurich2010-04-171-10/+39
* Oops, probably better if we have both getifaddrs() and inet_ntop()Paul Aurich2010-02-161-3/+3
* network: Use getifaddrs() to enumerate local interfaces/IPs if available.Paul Aurich2010-02-161-1/+44
* Clean up a little.Paul Aurich2010-02-151-3/+3
* Removed a comment that is now misleading...Marcus Lundblad2009-09-101-1/+0
* Woops, a stray ;Marcus Lundblad2009-09-101-1/+1
* Remove IPv6 support from _get_local_system_ips, since I couldn't get it toMarcus Lundblad2009-09-101-41/+5
* Add a function to enumerate all local IPsMarcus Lundblad2009-09-091-0/+76
* Move the IDN support into the DNS routines.Paul Aurich2009-07-191-1/+31
* Increase the logging level of some debugging messages that seemed to be aMauro Brasil2009-07-021-1/+1
* Remove port mappings from the hash tables when removing them.Marcus Lundblad2009-06-171-0/+9
* Add a function to remove a port mapping (UPnP or NAT-PMP) given a fileMarcus Lundblad2009-06-151-0/+79
* A patch from Scott Wolchok to replace snprintf() with g_snprintf() andRichard Laager2009-05-161-1/+1
* Don't leak the struct sockaddr* from purple_dnsquery_a.Paul Aurich2009-04-121-2/+7
* propagate from branch 'im.pidgin.pidgin' (head 133e5eca834c5d4adad0937da2cb93...Marcus Lundblad2009-03-021-1/+16
|\
| * propagate from branch 'im.pidgin.pidgin.next.minor' (head d24c4a9d28f21eaa47b...Elliott Sales de Andrade2009-03-021-46/+72
| |\
| * \ propagate from branch 'im.pidgin.pidgin' (head f1039393e25a933ea6730a935d0107...Richard Laager2009-01-021-1/+16
| |\ \
| | * | Add a -f/--force-online option to Pidgin which tells libpurple to claim theRichard Laager2008-11-281-1/+16
* | | | propagate from branch 'im.pidgin.pidgin' (head 545c69f0b96bacaa2f93ecfc4200bb...Michael Ruprecht2009-02-051-0/+108
|\ \ \ \ | |_|_|/ |/| | |
| * | | Removed a couple of warningsMarcus Lundblad2009-01-241-1/+0
| * | | Removed some extra tabs on blank linesMarcus Lundblad2009-01-231-3/+3
| * | | Added support to generate relayed candidates (TURN).Marcus Lundblad2009-01-221-7/+44
| * | | Run an asynchronous DNS lookup for the STUN server IP (to set as a propertyMarcus Lundblad2009-01-171-0/+72
| |/ /
* | | Fix 3 different race conditions in the win32 network management functionality.Daniel Atallah2009-01-301-46/+72
|/ /
* | Adjust the NLA code to prevent hang on exit for Windows XP and Windows Vista.Paul Aurich2009-01-011-10/+80
|/
* Improve our NetworkManager support in a couple of ways:Richard Laager2008-10-261-10/+14
* More leaks of fds to client processes.Daniel Atallah2008-08-121-1/+3
* A patch from Peter O'Gorman at The Written Word, Inc. to fix variousPeter O'Gorman2008-05-271-1/+1
* UnleakStu Tomlinson2008-05-231-0/+1
* Use pkg-config to detect NetworkManager. Also, fail if it isn't present,Richard Laager2008-05-111-8/+8
* Modify the NetworkManager support to use "StateChange" directly, instead ofRichard Laager2008-05-101-3/+3
* Fix some whitespace as noticed by QuLogic.Richard Laager2008-05-101-2/+2
* Changes suggested by QuLogic to fix my broken changes to the NetworkManagerRichard Laager2008-05-101-7/+12
* Update configure.ac to properly detect Network Manager (via NetworkManager.h ...Richard Laager2008-05-101-9/+9
* A patch from QuLogic to replace the libnm_glib calls with straight DBusRichard Laager2008-05-101-49/+108
* Make some more things staticStu Tomlinson2008-03-311-4/+4
* Create a purple_gai_strerror() function similar to g_str_error() whichMark Doliner2007-12-181-1/+1
* merge of 'cfbbf5c5217f2821e6ecb77d42f43cd6b027d598'Etan Reisner2007-12-011-17/+19
|\
| * Allow UPnP and NAT-PMP port mapping to be disabled via a pref. This means th...Daniel Atallah2007-11-301-17/+19