index
:
delta/pidgin.git
Ball--Gy-rgy/update-screenshot-url-in-appdata-file-1591293245974
EionRobb/fix-for-crash-when-sending-invalid-xml-e-1487474010880
EionRobb/httpc-edited-online-with-bitbucket-1454996408809
Ignore.DS_Store-on-2.x.y
Robbie/changelog-fix-a-contributors-name-refere-1476568590680
audiomixer-rate
auth-webex
baserock/v2.10.11
better-oob-support-2.x.y
bonjour-rename-xmpp
bosh-pipeline
bug_12562
charkins.dockletgeom
cipher_breakout
cpw.attention_ui
cpw.darkrain42.2.6.1
cpw.darkrain42.buddy-add
cpw.darkrain42.docs
cpw.darkrain42.msn.ft
cpw.darkrain42.oscar.ssl
cpw.darkrain42.xmpp.avatars
cpw.darkrain42.xmpp.bosh
cpw.darkrain42.xmpp.iq-handlers
cpw.darkrain42.xmpp.scram
cpw.khc.msnp14
cpw.khc.msnp14.soap
cpw.khc.soap
cpw.khc.ticket590
cpw.maiku.media_refactor
cpw.malu.client_type
cpw.malu.ft_thumbnails
cpw.malu.xmpp.attention
cpw.malu.xmpp.google_refactor
cpw.malu.xmpp.google_relay
cpw.malu.xmpp.ibb_ft
cpw.malu.xmpp.idle
cpw.masca.p2p
cpw.masca.webkit
cpw.qulogic.cairo
cpw.qulogic.gtk3
cpw.qulogic.gtk3-required
cpw.qulogic.msn
cpw.qulogic.msnp16
cpw.rekkanoryo.ggupdate
cpw.rekkanoryo.icqxstatus
cpw.rekkanoryo.prefs_window
cpw.rekkanoryo.yahoo.separate_prpls
cpw.rekkanoryo.yahoop15ft
cpw.resiak.disconnectreason
cpw.sulabh.yahoo_16
custom_smiley
discord-ssl-crash
dynamic-prpls-fix
elb.make
facebook
facebook-group-chat--sort-list
finch.workspaces
fix-15687
fix-bonjour-mac
fix-http-crash
fix-plugins-dialog
fix-windows-compile
fracting/configureac-allocate-64-bytes-for-strfti-1454955939684
gaim
get-keepalive-interval
gtk-transparency-2
gtk4
gtkdoc-conversion
http-fixes
imhtml.customlinks
irc
irc-len-fix
irc-len-fix-bp
iterate-on-receiving-data-in-jabber-callback
jingle-reply-with-senders-both
khc.msnp15
kill-oscar-prpl
maiku.vv
master
media
memory-leaks
meson
mp_michael/always-use-fallback-port-for-ipv4-just-l-1532291065402
mxit
mxit-2.x.y
next.major
next.minor
openq
oscar_auth
padding
pidgin_account_dialog_show_continue
port-changes-from-branch-2.x.y-to-default
provide-uri-handler-desktop-file
purple-media-require-encryption-api-addition
purple-plugin-path
purple-proxy-to-gio
purple-ssl-to-gio
purple-strequal-fix-implicit-decl
release-2.1.0
release-2.2.1
release-2.2.2
release-2.2.3
release-2.3.1
release-2.4.3
release-2.5.5.veracode
release-2.5.6
release-2.5.7
release-2.5.8
release-2.5.9
release-2.6.1
release-2.6.3
release-2.6.5
release-2.7.2
release-2.7.7
release-2.9.0
release-2.x.y
replace-nm-with-gio
rlaager.gaim_migration
sadrul.conv.persistent
sadrul.currentmedia
sadrul.gtkblist-theme
sadrul.struct.hiding
sadrul.tooltips
sametime
sasl-skip-external
seanegan.convwindow
soc.2006.msnp13
soc.2007.certmgr
soc.2007.finchfeat
soc.2007.msimprpl
soc.2007.xmpp
soc.2008.masterpassword
soc.2008.themes
soc.2008.vv
soc.2008.xmpp
soc.2008.yahoo
soc.2009.webkitmessageview
soc.2010.icq-tlc
soc.2010.msn-tlc
soc.2012.gg
soc.2013.gobjectification
soc.2013.gobjectification.plugins
string-comparison-r2
trac-16391
trac-16680
trac-16764
trac-16836
trac-17174
trac-17280-valid-log-html
trac17292
trac17295
upstream-fedora-patches
uri-escape-unit-test-2
use-after-free
use-gresolver
vv
vv.ticket34
xdg-dirs
xep-0198
xmpp.custom_smiley
keep.imfreedom.org: pidgin/pidgin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpurple
/
dnssrv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some cases where an arbitrary string was being specified as a printf format.
Daniel Atallah
2010-09-17
1
-1
/
+1
*
We should be using the type listed in the response, not in the
Mark Doliner
2010-02-02
1
-2
/
+2
*
dns: Check read/write return value to silence a bunch of warnings.
Paul Aurich
2009-11-01
1
-14
/
+59
*
dns: Avoid two warnings when building with --disable-idn.
Paul Aurich
2009-10-31
1
-0
/
+2
*
Shut up valgrind ("unitialized bytes(s)...") and changelog.
Paul Aurich
2009-10-13
1
-0
/
+1
*
Fix the code dealing with writing a TXT lookup response from child to parent.
Paul Aurich
2009-10-13
1
-6
/
+27
*
Null-terminate this string explicitly to avoid valgrind complaining.
Paul Aurich
2009-10-03
1
-0
/
+1
*
Fix not calling the SRV timeout on the win32 code. Closes #9956.
Paul Aurich
2009-08-19
1
-2
/
+9
*
Move the IDN support into the DNS routines.
Paul Aurich
2009-07-19
1
-5
/
+48
*
I was seeing some crashes when connecting to Google Talk on my work laptop.
Etan Reisner
2009-07-05
1
-34
/
+35
*
Changes to our DNS SRV record sorting, care of Vijay Vijay Raghunathan
Mark Doliner
2009-06-29
1
-3
/
+141
*
Strip trailing whitespace and spaces to tab
Mark Doliner
2009-06-29
1
-10
/
+9
*
Call res_init() when DNS queries fail in case the failure indicates a timeout
Paul Aurich
2009-05-22
1
-49
/
+70
*
Missed one (copying changes manually between computers is clearly an error-ful
Paul Aurich
2009-04-28
1
-1
/
+1
*
Build error/warning fixes. Still not tested because libxmpp.dll won't load.
Paul Aurich
2009-04-28
1
-6
/
+4
*
Hide PurpleTxtResponse and use a more purple API
Paul Aurich
2009-04-11
1
-25
/
+36
*
First crack at Win32 TXT DNS query code and don't leak the PurpleTxtResponses
Paul Aurich
2009-04-11
1
-2
/
+28
*
propagate from branch 'im.pidgin.pidgin' (head 3820f77c89fa10a7a53827f4bb1bf5...
Paul Aurich
2009-03-21
1
-0
/
+2
|
\
|
*
Just a note
Mark Doliner
2009-03-16
1
-0
/
+2
*
|
propagate from branch 'im.pidgin.pidgin' (head 81279937753200b4e98d37ab9623ad...
Paul Aurich
2009-01-18
1
-0
/
+6
|
\
\
|
|
/
|
*
Fix a crash in DNS SRV resolution when one of the required parameters is NULL.
Florian Qu?ze
2008-12-15
1
-0
/
+6
*
|
Cut-n-paste typo
Paul Aurich
2008-11-23
1
-1
/
+1
*
|
dnssrv.c:
Paul Aurich
2008-11-23
1
-22
/
+26
*
|
* some further bugfixing, BIND's libresolv does so much for the programmer, j...
Tobias Markmann
2008-08-02
1
-10
/
+4
*
|
* fixing some bugs, finishing support for TXT queries
Tobias Markmann
2008-08-01
1
-3
/
+6
*
|
* some code style adjustments in caps.c
Tobias Markmann
2008-08-01
1
-75
/
+265
|
/
*
A patch from Peter O'Gorman at The Written Word, Inc. to fix various
Peter O'Gorman
2008-05-27
1
-1
/
+1
*
Change some g_idle_add(...) calls in libpurple to purple_timeout_add(0, ...)
Mark Doliner
2008-01-27
1
-2
/
+2
*
Fix a memleak that doesn't matter because it's in a child process
Mark Doliner
2008-01-16
1
-0
/
+3
*
More compiler warning fixes from o_sukhodolsky (with additions by me).
Mark Doliner
2008-01-14
1
-2
/
+10
*
applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Richard Laager
2007-09-28
1
-2
/
+3
*
applied changes from c32aee6deb5c7a5e5749d6e0598f588947b8d45c
Richard Laager
2007-09-28
1
-1
/
+0
*
applied changes from 31d62e1a78974a0239e86bfeb42b29ab75216114
Richard Laager
2007-09-28
1
-1
/
+14
*
The FSF changed its address a while ago; our files were out of date.
John Bailey
2007-09-08
1
-1
/
+1
*
Fix up some linkage to compile on Visual Studio. He claims this doesn't
Nick Hebner
2007-07-01
1
-2
/
+2
*
If the read() in resolved() fails, we should detect the failure and set size ...
Evan Schoenberg
2007-05-05
1
-5
/
+13
*
Mark two functions as "noreturn"
Mark Doliner
2007-04-29
1
-1
/
+1
*
merge of '4de1981757fc09240de68fe8f93e47f41a2432a4'
Daniel Atallah
2007-03-19
1
-43
/
+43
|
\
|
*
sed -ie 's/gaim/purple/g'
Sean Egan
2007-03-19
1
-43
/
+43
*
|
Minor cleanup.
Daniel Atallah
2007-03-17
1
-24
/
+17
|
/
*
Patch from Graham Booker which ensures that a process forked by dnsserv clean...
Evan Schoenberg
2007-02-25
1
-0
/
+5
*
Include util.h to fix a warning I introduced
Evan Schoenberg
2007-02-18
1
-0
/
+1
*
Restore default signal handlers in fork()'d children. This adds a gaim_resto...
Evan Schoenberg
2007-02-18
1
-0
/
+4
*
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan
2007-01-20
1
-0
/
+407