Skip to content
Snippets Groups Projects
  1. Sep 10, 2019
  2. Sep 06, 2019
  3. Sep 04, 2019
    • Andreas Traczyk's avatar
      win32: convert utf-8/utf-16 when accessing win32 apis · 25068e2e
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      
      - any functions that get strings from windows apis, are converted
        and stored as utf8 strings internally
      - anytime an internal utf8 string is passed as a parameter to a
        windows api function, it is converted to a wstring
      - all of these translations apply currently to file paths
      - a windows client should make sure to setlocale to utf8 because
        we use some dependencies that call mbstowcs and wcstombs instead
        of WideCharToMultiByte/MultiByteToWideChar
      
      Change-Id: Ic13f55ace491e1088c0a3d436d3a0d02df7216c3
      Reviewed-by: default avatarSébastien Blin <sebastien.blin@savoirfairelinux.com>
      25068e2e
  4. Aug 02, 2019
    • Eden Abitbol's avatar
      upnp: support libupnp and libnatnatpmp simultaneously · 60515d89
      Eden Abitbol authored
      Update libupnp to version 1.8.4.
      
      For windows, the IPV6 preprocessor must be undefined. Or else
      libupnp won't initialize. Added visual studio 2017 support
      via one patch for windows that also combines previous windows
      patches.
      
      UPnPController: Class that the jami classes use to control the
      opening and closing of ports. Every  service has it's own upnp
      controller. The controller does it's actions by using the upnp
      context class. Also refactored the functions used to add
      mappings. Instead of using two different functions with
      different types of parameters, we now use one function with
      parameters that have default values. The logic stays the same
      but the function call is more clear.
      
      UPnPContext: Class that holds a (linked) list of discovered IGDs
      and their corresponding protocols (which discovered them).
      Whenever the controller wants to add or remove a mapping, the
      context picks a valid IGD in it's list and uses the correct
      protocol to complete the required action. This class also has
      the ability to swap protocols for an IGD that was discovered
      by more then one protocol.
      
      UPnPProtocol: Virtual base class that defines the functions
      needed by the context to use the corresponding protocol.
      
      PUPnP: UPnPProtocol derived class that represents a upnp client
      that uses the portable upnp library (libupnp). Every time the
      client discovers a new IGD it uses a callback to add it to the
      context's main IGD linked list. It also has an internal list of
      IGDs that it discovered. Added features to this class include:
      	- IGD event subscription.
      	- Use UpnpInit2 function instead of deprecated UpnpInit
      	  function. It's also supposed to support IPv6.
      
      NatPmp: UPnPProtocol derived class that represents a upnp client
      that uses the NAT-PMP library (libnatpmp). Unlike libupnp,
      libnatpmp only supports discovering one IGD. Also uses callbacks
      to add the IGD it finds to the context's main IGD class.
      
      Also inclided debug warning prints whenever a controller opens
      and closes the ports. That way we can keep track of whenever
      the application opens and closes ports on the internet
      gateway device.
      
      Gitlab: #96
      
      Change-Id: I199271edac2c6d93dc60c24e2e2aefe36de7950c
      60515d89
  5. Jul 15, 2019
  6. Jul 14, 2019
    • Eden Abitbol's avatar
      ffnvcodec: Add nvcodec windows support · cabf9349
      Eden Abitbol authored and Adrien Béraud's avatar Adrien Béraud committed
      
      Add fetch_and_patch script for ffnvcodec.
      
      fetch_and_patch script copies needed headers to contrib include
      directory.
      
      Patch file to adapt ffmpeg configure script for ffnvcodec package
      inclusion. On linux pkg_config is used. On windows the files
      need to be included manually.
      
      config script includes path for ffnvcodec files and corresponding
      flags are set.
      
      Change-Id: Ia9daca2a49316a4373652acb718930d02f85e3f6
      Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
      cabf9349
  7. Apr 29, 2019
  8. Apr 17, 2019
  9. Apr 04, 2019
  10. Apr 02, 2019
    • Adrien Béraud's avatar
      sources: rename to jami · 2130f067
      Adrien Béraud authored
      * rename namespace from ring to jami
      * rename logs methods from RING_* to JAMI_*
      * rename RING_VIDEO to ENABLE_VIDEO
      
      Change-Id: Ic98498652d7059fafe58a96220d565bcdfa53658
      2130f067
  11. Mar 11, 2019
  12. Feb 19, 2019
  13. Jan 02, 2019
  14. Dec 27, 2018
  15. Dec 05, 2018
  16. Sep 13, 2018
  17. Sep 05, 2018
  18. Aug 09, 2018
  19. Aug 03, 2018
  20. Aug 02, 2018
  21. Jul 30, 2018
  22. Jul 26, 2018
  23. Jun 20, 2018
  24. May 15, 2018
  25. Mar 29, 2018
  26. Feb 09, 2018
    • Andreas Traczyk's avatar
      build: update visual studio project and fix some build issues · 616d4785
      Andreas Traczyk authored
      - adds rfc6062 patch for pjsip 2.5.5 for uwp
      - updates files built by the vs project (adds some related to file
        transfer, removes those that are deprecated)
      - corrects native build problems
      - simplifies project layout
      - links the minimal client with libdl(temp fix)
      
      Change-Id: Ib82b0470f568cb79dc1f4353cb5a5ef20de93033
      616d4785
  27. Jan 31, 2018
    • Adrien Béraud's avatar
      Ringaccount: add support for DHT proxy and push notifications · c5e74abe
      Adrien Béraud authored and Andreas Traczyk's avatar Andreas Traczyk committed
      * Bump restbed for OpenDHT, update patch and add patch to react
        to timeout and socket closed in restbed.
      * Bump OpenDHT to support push notifications
      * Add DRing APIs to support setting a client push notification token
        and to retransmit push notifications to dring
      * Implement proxy support in RingAccount
      
      Change-Id: I8d3a02cf54a9666a94ab992ee3fa2958e82aa7ad
      c5e74abe
  28. Jan 23, 2018
  29. Dec 07, 2017
  30. Oct 08, 2017
    • Andreas Traczyk's avatar
      contrib(UWP): (fix)bumps pthreads to avoid deadlock during upnp init · 212b50e9
      Andreas Traczyk authored and Adrien Béraud's avatar Adrien Béraud committed
      After removing the boost dependency, the Ring UWP was unable to load
      accounts with upnp enabled, as a deadlock would occur within the
      threadpool initialization rountine of libupnp. I think the windows store
      build of pthreads was preventing win32 thread management api symbols
      from being defined. Something which loading boost must have been doing.
      
      - Bumps pthreads-win32 from 2.9.1-release to 2.10.0-rc
      - Builds a win32 static lib without windows store flags and uwp libs
      - Modifies the libupnp and threadutils vs project patching
      
      Change-Id: I3f43a066d86d284c614521fdb016810148590e70
      212b50e9
  31. Oct 04, 2017
  32. Oct 03, 2017
  33. Sep 18, 2017
  34. Jul 20, 2017
Loading