Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (589 - 591 of 2449)

Ticket Resolution Summary Owner Reporter
#1063 Fixed Delete copy of torrent files patch andar Ghent
Description

A patch to allow the user to delete the torrent files automatically made by "copy torrent files to" preferences.

#1064 Fixed spins CPU due to incorrect polling andar sthalik
Description

rc3 spins the CPU due to not polling correctly.

poll([{fd=7, events=POLLIN}, {fd=5, events=POLLIN}, {fd=10, events=POLLIN}, {fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, events=POLLIN}, {fd=13, events=POLLIN}, {fd=4, events=POLLIN}], 8, 18) = 1 ([{fd=9, revents=POLLIN}]) read(10, 0x1b3c8b4, 4096) = -1 EAGAIN (Resource temporarily unavailable)

It's fd 9 that has incoming data and read(2) is called on fd 10.

#1065 Invalid spins CPU due to incorrect polling andar sthalik
Description

rc3 spins the CPU due to not polling correctly.

poll([{fd=7, events=POLLIN}, {fd=5, events=POLLIN}, {fd=10, events=POLLIN}, {fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=12, events=POLLIN}, {fd=13, events=POLLIN}, {fd=4, events=POLLIN}], 8, 18) = 1 ([{fd=9, revents=POLLIN}]) read(10, 0x1b3c8b4, 4096) = -1 EAGAIN (Resource temporarily unavailable)

It's fd 9 that has incoming data and read(2) is called on fd 10.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.