Commit History

Author SHA1 Message Date
  charles 5503cda4c0 Fixed the issue that the process traced by strace ends and causes the CPU to be fully loaded. 2 months ago
  Explorer09 a46b3f0a98 Use 'fp' name for local 'FILE*' variables. 7 months ago
  Explorer09 887c4eaff3 Fix execlp() argument without pointer cast 10 months ago
  Daniel (dmilith) Dettlaff c55401b82b Add support for "truss" (FreeBSD equivalent of "strace") 2 years ago
  Benny Baumann 6aa9ef2726 Fix code style 11 months ago
  Nathan Scott 0f751e991d Introduce Row and Table classes for screens beyond top-processes 1 year ago
  Benny Baumann da255cb33f Minor code formatting consistency fixes 1 year ago
  Benny Baumann 40104588f3 Reformat code base 2 years ago
  Explorer09 44091705db Use of NULL in execlp() must have a pointer cast. 2 years ago
  Tobias Stoeckmann d0d9f202c5 Avoid zombie processes on signal races 2 years ago
  Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 3 years ago
  Christian Göttsche 2bf626c4e4 IWYU update 3 years ago
  mayurdahibhate 1b74dfe187 cleaned up includes with iwyu 3 years ago
  Christian Göttsche df818b9904 Use ATTR_UNUSED instead of void casting 3 years ago
  Benny Baumann 82157f598e Refactor to remove no-op calls 3 years ago
  Youngjae Lee e54a790b14 TraceScreen: draw panel header 3 years ago
  Christian Göttsche d72b0a682e Mark several non-modified pointer variables const 3 years ago
  Christian Göttsche 3fb0024fd3 Merge branch 'misc' of https://github.com/cgzones/htop into cgzones-misc 3 years ago
  Christian Göttsche a7612b0b7d TraceScreen: mark local class functions static 3 years ago
  Christian Göttsche e3862aa67e Rework drawing of FunctionBar 3 years ago
  Christian Göttsche 7e7a53c415 Mark event arrays const 3 years ago
  Narendran Gopalakrishnan 09fe94da18 Improving Command display/sort 4 years ago
  Benny Baumann cb8bb12974 Shorten initializer 4 years ago
  Benny Baumann 45869513bf Embracing branches 4 years ago
  Benny Baumann 61e14d4bb2 Spacing around operators 4 years ago
  Benny Baumann 374edb9ed5 Spacing after keywords (if) 4 years ago
  Benny Baumann 0f5262917f Make all required includes explicit 4 years ago
  Benny Baumann 3e5bc034e5 Ensure full initialization of all fields 4 years ago
  Benny Baumann 4dfedd3930 Fix various file descriptor leaks 4 years ago
  Benny Baumann 872e542f4e Rename StringUtils.[ch] to XUtils.[ch] 4 years ago
  Christian Göttsche af4f58d013 Misc conversion fixes 4 years ago
  Christian Göttsche ba282cfe19 Mark Object instances const 4 years ago
  Daniel Lange 079c2abf8e Update License consistently to GPLv2 as per COPYING file 4 years ago
  Benny Baumann 95012d6259 Avoid hardcoding of buffer size 4 years ago
  Benny Baumann 6921000481 Barely ever seen any 1000 digit PIDs … 4 years ago
  Hugo Musso Gualandi 9207401f97 Clean up some code duplication in the header files 4 years ago
  Zev Weiss a1a027b9bd Axe automated header generation. 4 years ago
  Mario Harjac c3fadf6b69 Add timestamps to the strace screen 5 years ago
  Hisham Muhammad aa3dc634dc strace: increase string length 6 years ago
  Hisham Muhammad 8c653212c0 Replace size_t with int/void* union 6 years ago
  Hisham Muhammad 09e241fb12 Security review: check results of snprintf. 7 years ago
  Hisham Muhammad 3975e9ce5c Merge branch 'master' of https://github.com/hishamhm/htop 7 years ago
  Hisham Muhammad 543d65c6ab Security review: make privilege dropping-restoring optional. 7 years ago
  Richard d5faf64374 Mark some things as const 7 years ago
  coypoop 53d7c66ac3 Add missing include 7 years ago
  Tomasz Kramkowski 2b5c1b4b13 Replace all uses of sprintf with snprintf 7 years ago
  Hisham fa0c637c55 Silence warnings about seteuid return value. 8 years ago
  Hisham b54d2dde40 Check for failure in allocations. 8 years ago
  Hisham Muhammad 466d4da0c6 refactor *Screen classes, add InfoScreen superclass 8 years ago
  Michael Klein d18e9a4895 add some security checks when running SUID root 9 years ago