Skip to content
Snippets Groups Projects
  1. Mar 06, 2017
  2. Mar 03, 2017
  3. Mar 01, 2017
  4. Feb 25, 2017
    • Felix Fietkau's avatar
      ubus: update to the latest version · 88734749
      Felix Fietkau authored
      
      c09e4f0 ubusd: fix incomplete copy of shared buf during queue-ing
      453b87f cli: add support for subscribing to objects
      6eb3c96 cli: do not use default timeout for listen
      dfe3383 libubus: reset ctx->sock.error when doing ubus reconnect
      34c6e81 cli: fix listen_timeout compile issue
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      88734749
  5. Feb 24, 2017
  6. Feb 23, 2017
  7. Feb 22, 2017
  8. Feb 21, 2017
  9. Feb 20, 2017
  10. Feb 19, 2017
  11. Feb 15, 2017
  12. Feb 11, 2017
  13. Feb 09, 2017
  14. Feb 04, 2017
  15. Feb 02, 2017
  16. Jan 29, 2017
    • Florian Fainelli's avatar
      rpcd: Explicitly link with lcrypt · f3c59349
      Florian Fainelli authored
      
      Fixes build issues with some toolchains that don't add lcrypt in the default
      search paths:
      
      CMakeFiles/rpcd.dir/session.c.o: In function `rpc_login_test_password':
      build_dir/target-mipsel-linux-gnu/rpcd-2016-12-03-0577cfc1/session.c:823: undefined reference to `crypt'
      collect2: error: ld returned 1 exit status
      
      Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
      f3c59349
  17. Jan 26, 2017
  18. Jan 22, 2017
  19. Jan 20, 2017
  20. Jan 16, 2017
  21. Jan 13, 2017
  22. Jan 11, 2017
  23. Jan 10, 2017
  24. Jan 05, 2017
  25. Jan 02, 2017
  26. Dec 27, 2016
    • Jo-Philipp Wich's avatar
      opkg: vfork external gzip command to uncompress data · e1d1c318
      Jo-Philipp Wich authored
      
      Opkg's builtin decompression code is unsuitable to process nested archives as
      it uses a single shared state and relies on undefined seek behaviour for pipes.
      
      Rework the extraction logic to use the external gzip command as I/O filter for
      decompressing data and remove the builtin inflate code entirely.
      
      This shrinks the final opkg binary by about 4KB and results in less runtime
      memory consumption due to efficient use of vfork() and less copy-on-write
      operations in the forked child.
      
      Rework by Felix: create a thread that relays data to the gzip process
      instead of using a fragile poll loop
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      e1d1c318
    • Stijn Tintel's avatar
      Revert "opkg: vfork external gzip command to uncompress data" · dc5f496a
      Stijn Tintel authored
      This reverts commit 0090adcd.
      It breaks reading package list in /tmp/opkg-lists, making it impossible
      to install packages from feeds in snapshots.
      dc5f496a
Loading