Custom Query (8170 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (481 - 483 of 8170)

Ticket Resolution Summary Owner Reporter
#1452 filezilla server solution uses absolute paths tropics
Description

i saw this when first trying to build the filezilla server myself. the path to zlib in debug mode is absolute.

#1453 filezilla server with windows xp styles (using manifest) tropics
Description

adding a windows xp resource manifest broke the transmission leds first, but i was able to get around that by adding a fake indicator with zero width. that also cleans up the initialization code.

#1454 filezilla server memory/speed optimization tropics
Description

the filezilla server makes two copies of a list in GetNotifications(), which are thrown away shortly afterwards. the proposed patch swaps the list with an empty one instead of copying&clearing it. a pass-by-reference argument is used instead of using the return value to get around the second copy.

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