Skip to content
Snippets Groups Projects
  1. Dec 17, 2024
  2. Dec 03, 2024
  3. Nov 25, 2024
  4. Nov 20, 2024
  5. Nov 19, 2024
  6. Nov 13, 2024
  7. Nov 07, 2024
  8. Nov 04, 2024
  9. Oct 22, 2024
  10. Oct 14, 2024
  11. Oct 11, 2024
    • Mohd Mehdi's avatar
      urlfilter: update to parental control · e56831c4
      Mohd Mehdi authored
      * add support for bedtime
      * new data model implementation
      * add support for internet access scheduling
      * improve filtering logic
      * add support for urlbundle download and apply
      e56831c4
  12. Sep 06, 2024
  13. Aug 12, 2024
    • Rahul Thakur's avatar
      urlfilter: rework code · 08044747
      Rahul Thakur authored
      * remove duplicate code
      * structure code into smaller components
      * isolate ubus into separate file
      * fix bugs with dns tcp handling
      * other smaller bugs identified and fixed
      08044747
  14. Aug 07, 2024
    • Rahul Thakur's avatar
      urlfilter: add support for wildcard · 8f476984
      Rahul Thakur authored
      * support wildcard urls such as *.instagram.com
      * add ubus command to dump dns cache, blacklisted url and dns servers
      * dns cache is made dynamic and populated based on obgoing traffic
        as well as the static config urls.
      8f476984
  15. Jul 23, 2024
    • Amit Kumar's avatar
      urlfilter: Handling for profile blacklisted url · b68c9bb9
      Amit Kumar authored
      * corrected the condition to check for option name instead of
      section name, to update profile pointer.
      * Added support to parse DNS received over TCP and update
      urlfilter database accordingly
      
      urlfilter: handled review comment
      b68c9bb9
  16. Feb 20, 2024
  17. Dec 27, 2023
  18. Nov 05, 2023
  19. Aug 16, 2023
  20. May 19, 2023
    • Amit Kumar's avatar
      urlfilter: fix for high cpu usage by urlfilter · a726e4ce
      Amit Kumar authored
      removed redundant while(1) for recv. since parent function
      of recv is already a callback function for uloop_fd that is called
      as per result of select call handling for uloop_fd.
      This redundant while(1) was causing uloop to hang and result into
      high cpu usage.
      a726e4ce
  21. May 18, 2023
  22. May 11, 2023
  23. May 09, 2023
  24. Sep 01, 2022
  25. Aug 18, 2022
  26. May 04, 2022
    • Arun Muthusamy's avatar
      urlfilter: static code analysis on entire urlfilter application · 5a64642a
      Arun Muthusamy authored
      urlfilter: static code analysis on filter.c file
      
      urlfilter: static code analysis on filter.h file
      
      urlfilter: static code analysis on dns.c file
      
      urlfilter: static code analysis on config.h file
      
      urlfilter: static code analysis on config.c file
      
      urlfilter: static code analysis on dns.h file
      
      urlfilter: static code analysis in genral on all files
      
      urlfilter: Fix null pointer dereference warning messages
      
      CI: remove unnecessary unusedFunction suppression in cppcheck
      5a64642a
Loading