index
:
jitsi.git
master
upstream
creating a debian package
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix saving output device and add some debug prints.
Damian Minkov
2010-12-03
2
-21
/
+49
*
Commits a patch provided by Bauersachs Ingo on the dev mailing list in the th...
Damian Minkov
2010-12-03
1
-0
/
+5
*
Introduce Packet Logging Service with its configuration form and implementati...
Damian Minkov
2010-12-03
18
-32
/
+2053
*
* Fix exception when creating a STUN server without username/password;
Sebastien Vincent
2010-12-03
5
-7
/
+14
*
Fix a bug when we call an XMPP peer whose resources are all with priority 0.
Sebastien Vincent
2010-12-01
1
-2
/
+2
*
Fix callee name in error message.
Sebastien Vincent
2010-12-01
2
-4
/
+10
*
When calling a contact that has multiple resources, choose the one that has t...
Sebastien Vincent
2010-12-01
9
-58
/
+120
*
Change the volume during a call while sliding (and not when the slider is rel...
Yana Stamcheva
2010-12-01
1
-6
/
+3
*
Display an error message when Jingle call failed if contact does not belong t...
Sebastien Vincent
2010-11-30
4
-1
/
+90
*
Fix local video display when we are the second to activate video in a XMPP call.
Sebastien Vincent
2010-11-30
1
-0
/
+1
*
When a call is on hold, disable only video, desktop streaming/sharing and DTM...
Sebastien Vincent
2010-11-30
2
-63
/
+66
*
Localized state strings.
Yana Stamcheva
2010-11-30
6
-916
/
+850
*
Fixes a memory (and thread) leak in AudioMixer.
Lyubomir Marinov
2010-11-30
3
-46
/
+65
*
Attempt to fix disabled hold button when we have more than one call in the sa...
Sebastien Vincent
2010-11-30
2
-1
/
+10
*
If ICE processing failed, fail the call, send a session-terminate to peer and...
Sebastien Vincent
2010-11-30
3
-2
/
+55
*
Change the "use ICE" property name.
Sebastien Vincent
2010-11-29
1
-1
/
+1
*
Remove debug output.
Sebastien Vincent
2010-11-29
1
-1
/
+0
*
Text formating.
Sebastien Vincent
2010-11-29
1
-4
/
+4
*
Disable all buttons (but hold) when call is on hold.
Sebastien Vincent
2010-11-29
2
-16
/
+29
*
Update check detecting wrong password on secure locations.
Damian Minkov
2010-11-29
1
-4
/
+72
*
Opens the PortAudio streams with a valid framesPerBuffer value in order to ma...
Lyubomir Marinov
2010-11-29
4
-16
/
+12
*
Limits contact list selection to a "single selection" to reduce row size prob...
Yana Stamcheva
2010-11-29
1
-0
/
+2
*
Fixes NullPointerException in MetaContact.getDefaultContact().
Yana Stamcheva
2010-11-29
1
-1
/
+1
*
Add the possibility to use SIP Communicator STUN server in case no other STUN...
Sebastien Vincent
2010-11-26
7
-18
/
+142
*
STUN dialog configuration can be edited and changes are correctly reported to...
Sebastien Vincent
2010-11-26
1
-17
/
+99
*
Sets the default icon of the authentication window to be the application logo.
Yana Stamcheva
2010-11-26
2
-5
/
+8
*
Improvements in obtaining contact capabilities.
Yana Stamcheva
2010-11-26
14
-261
/
+423
*
Enable ICE and STUN/TURN discovery by default for new Jabber account.
Sebastien Vincent
2010-11-26
3
-27
/
+44
*
Updatecheck activator, update authenticate window, exported window no more used.
Damian Minkov
2010-11-26
2
-56
/
+54
*
Update ice4j.jar and fix some javadoc warnings.
Sebastien Vincent
2010-11-25
6
-17
/
+34
*
Introduce sending/receiving generic events operation set and its implementati...
Damian Minkov
2010-11-25
7
-0
/
+745
*
Slightly improves redemption mechanism in parallel DNS queries
Emil Ivov
2010-11-24
1
-3
/
+10
*
Finalizes version1 of the implementation for parallel DNS queries.
Emil Ivov
2010-11-24
2
-115
/
+15
*
Work in progress on the implementation of parallel DNS queries.
Emil Ivov
2010-11-24
1
-0
/
+108
*
Work in progress on the implementation of parallel DNS queries.
Emil Ivov
2010-11-24
2
-52
/
+294
*
Work in progress on the implementation of parallel DNS queries.
Emil Ivov
2010-11-24
1
-2
/
+5
*
Work in progress on the implementation of parallel DNS queries.
Emil Ivov
2010-11-24
1
-28
/
+108
*
Work in progress on the implementation of parallel DNS queries.
Emil Ivov
2010-11-24
1
-2
/
+5
*
Work in progress on the implementation of parallel DNS queries.
Emil Ivov
2010-11-24
1
-7
/
+106
*
Work in progress on the implementation of parallel DNS queries.
Emil Ivov
2010-11-24
1
-45
/
+59
*
Work in progress on the implementation of parallel DNS queries.
Emil Ivov
2010-11-24
2
-3
/
+239
*
Fix filtering broken NOTIFY messages.
Damian Minkov
2010-11-23
1
-1
/
+1
*
Log moved to the good place.
Yana Stamcheva
2010-11-22
1
-4
/
+4
*
Fixes call history record state IndexOutOfBoundsException.
Yana Stamcheva
2010-11-22
1
-4
/
+12
*
Tries to fix a NullPointerException in CallPeerMediaHandlerSipImpl.createMedi...
Lyubomir Marinov
2010-11-22
1
-15
/
+13
*
Don't process NOTIFY messages without subscription state header.
Damian Minkov
2010-11-22
1
-2
/
+25
*
Fixes IndexOutOfBoundsException in Call History, prevents the gui from crashi...
Yana Stamcheva
2010-11-22
4
-4
/
+61
*
Fix show of wrong password dialog if we wait too long on master password prom...
Damian Minkov
2010-11-22
2
-3
/
+18
*
Ensure that the received call dialog is close when the call state changes.
Yana Stamcheva
2010-11-19
1
-1
/
+6
*
Commits work in progress on improving echo cancellation.Attempts to shorten t...
Lyubomir Marinov
2010-11-19
1
-1
/
+1
[prev]
[next]